summaryrefslogtreecommitdiffstats
path: root/googletest/test/googletest-json-output-unittest.py
diff options
context:
space:
mode:
authormisterg <misterg@google.com>2019-01-11 18:57:36 (GMT)
committerGennadiy Civil <misterg@google.com>2019-01-11 18:59:22 (GMT)
commit0599a7b8410dc5cfdb477900b280475ae775d7f9 (patch)
tree4ec1e2f02276fdee489d60e6420561b801d6aa4f /googletest/test/googletest-json-output-unittest.py
parent2edadcedf350b175211642704d1ef5f739a31ca9 (diff)
downloadgoogletest-0599a7b8410dc5cfdb477900b280475ae775d7f9.zip
googletest-0599a7b8410dc5cfdb477900b280475ae775d7f9.tar.gz
googletest-0599a7b8410dc5cfdb477900b280475ae775d7f9.tar.bz2
Googletest export
Change tests to use new Test Suite API PiperOrigin-RevId: 228908894
Diffstat (limited to 'googletest/test/googletest-json-output-unittest.py')
-rw-r--r--googletest/test/googletest-json-output-unittest.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/googletest/test/googletest-json-output-unittest.py b/googletest/test/googletest-json-output-unittest.py
index b09b590..93028ff 100644
--- a/googletest/test/googletest-json-output-unittest.py
+++ b/googletest/test/googletest-json-output-unittest.py
@@ -241,8 +241,8 @@ EXPECTED_NON_EMPTY = {
u'disabled': 0,
u'errors': 0,
u'time': u'*',
- u'SetUpTestCase': u'yes',
- u'TearDownTestCase': u'aye',
+ u'SetUpTestSuite': u'yes',
+ u'TearDownTestSuite': u'aye',
u'testsuite': [
{
u'name': u'OneProperty',
@@ -343,7 +343,7 @@ EXPECTED_NON_EMPTY = {
]
},
{
- u'name': u'Single/TypeParameterizedTestCase/0',
+ u'name': u'Single/TypeParameterizedTestSuite/0',
u'tests': 1,
u'failures': 0,
u'disabled': 0,
@@ -355,12 +355,12 @@ EXPECTED_NON_EMPTY = {
u'type_param': u'int',
u'status': u'RUN',
u'time': u'*',
- u'classname': u'Single/TypeParameterizedTestCase/0'
+ u'classname': u'Single/TypeParameterizedTestSuite/0'
}
]
},
{
- u'name': u'Single/TypeParameterizedTestCase/1',
+ u'name': u'Single/TypeParameterizedTestSuite/1',
u'tests': 1,
u'failures': 0,
u'disabled': 0,
@@ -372,7 +372,7 @@ EXPECTED_NON_EMPTY = {
u'type_param': u'long',
u'status': u'RUN',
u'time': u'*',
- u'classname': u'Single/TypeParameterizedTestCase/1'
+ u'classname': u'Single/TypeParameterizedTestSuite/1'
}
]
},