summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-08-30 21:46:15 -0400
committerGitHub <noreply@github.com>2018-08-30 21:46:15 -0400
commit76af254c474a0529e8d6bc1319d896f1dd1f19cd (patch)
treed6baae08278694ad7f8e6edbb9728d1c3c426868
parent0ecf38f3a24ba3e7111fd83247b5b5cc019a8d72 (diff)
downloadgoogletest-git-76af254c474a0529e8d6bc1319d896f1dd1f19cd.tar.gz
Update googletest-output-test-golden-lin.txt
manual update golden lin
-rw-r--r--googletest/test/googletest-output-test-golden-lin.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/googletest/test/googletest-output-test-golden-lin.txt b/googletest/test/googletest-output-test-golden-lin.txt
index 425a70e1..8d96da64 100644
--- a/googletest/test/googletest-output-test-golden-lin.txt
+++ b/googletest/test/googletest-output-test-golden-lin.txt
@@ -652,10 +652,10 @@ Expected failure
Stack trace: (omitted)
[ FAILED ] Unsigned/TypedTestP/1.Failure, where TypeParam = unsigned int
-[----------] 2 tests from UnsignedCustomName/TypedTestP/unsigned_char_0, where TypeParam = unsigned char
-[ RUN ] UnsignedCustomName/TypedTestP/unsigned_char_0.Success
-[ OK ] UnsignedCustomName/TypedTestP/unsigned_char_0.Success
-[ RUN ] UnsignedCustomName/TypedTestP/unsigned_char_0.Failure
+[----------] 2 tests from UnsignedCustomName/TypedTestP/unsignedChar0, where TypeParam = unsigned char
+[ RUN ] UnsignedCustomName/TypedTestP/unsignedChar0.Success
+[ OK ] UnsignedCustomName/TypedTestP/unsignedChar0.Success
+[ RUN ] UnsignedCustomName/TypedTestP/unsignedChar0.Failure
googletest-output-test_.cc:#: Failure
Expected equality of these values:
1U
@@ -665,11 +665,11 @@ Expected equality of these values:
Expected failure
Stack trace: (omitted)
-[ FAILED ] UnsignedCustomName/TypedTestP/unsigned_char_0.Failure, where TypeParam = unsigned char
-[----------] 2 tests from UnsignedCustomName/TypedTestP/unsigned_int_1, where TypeParam = unsigned int
-[ RUN ] UnsignedCustomName/TypedTestP/unsigned_int_1.Success
-[ OK ] UnsignedCustomName/TypedTestP/unsigned_int_1.Success
-[ RUN ] UnsignedCustomName/TypedTestP/unsigned_int_1.Failure
+[ FAILED ] UnsignedCustomName/TypedTestP/unsignedChar0.Failure, where TypeParam = unsigned char
+[----------] 2 tests from UnsignedCustomName/TypedTestP/unsignedInt1, where TypeParam = unsigned int
+[ RUN ] UnsignedCustomName/TypedTestP/unsignedInt1.Success
+[ OK ] UnsignedCustomName/TypedTestP/unsignedInt1.Success
+[ RUN ] UnsignedCustomName/TypedTestP/unsignedInt1.Failure
googletest-output-test_.cc:#: Failure
Expected equality of these values:
1U
@@ -679,7 +679,7 @@ Expected equality of these values:
Expected failure
Stack trace: (omitted)
-[ FAILED ] UnsignedCustomName/TypedTestP/unsigned_int_1.Failure, where TypeParam = unsigned int
+[ FAILED ] UnsignedCustomName/TypedTestP/unsignedInt1.Failure, where TypeParam = unsigned int
[----------] 4 tests from ExpectFailureTest
[ RUN ] ExpectFailureTest.ExpectFatalFailure
(expecting 1 failure)