| Index: testing/gmock/test/gmock_output_test_golden.txt
|
| diff --git a/testing/gmock/test/gmock_output_test_golden.txt b/testing/gmock/test/gmock_output_test_golden.txt
|
| index 887b7be7abf0873591d6d3a9c093b07ca9b3aa90..aeec660fe7defeb0c27bcb0d2bf89cfd51f52c47 100644
|
| --- a/testing/gmock/test/gmock_output_test_golden.txt
|
| +++ b/testing/gmock/test/gmock_output_test_golden.txt
|
| @@ -174,7 +174,7 @@ FILE:#:
|
| Expected: to be called once
|
| Actual: never called - unsatisfied and active
|
| [ FAILED ] GMockOutputTest.MismatchArguments
|
| -[ RUN ] GMockOutputTest.MismatchWithArguments
|
| +[ RUN ] GMockOutputTest.MismatchWith
|
| unknown file: Failure
|
|
|
| Unexpected mock function call - returning default value.
|
| @@ -183,12 +183,12 @@ Unexpected mock function call - returning default value.
|
| Google Mock tried the following 1 expectation, but it didn't match:
|
|
|
| FILE:#:
|
| - Expected: argument #0 is greater than or equal to argument #1
|
| - Actual: false
|
| + Expected args: are a pair (x, y) where x >= y
|
| + Actual: don't match
|
| Expected: to be called once
|
| Actual: never called - unsatisfied and active
|
| -[ FAILED ] GMockOutputTest.MismatchWithArguments
|
| -[ RUN ] GMockOutputTest.MismatchArgumentsAndWithArguments
|
| +[ FAILED ] GMockOutputTest.MismatchWith
|
| +[ RUN ] GMockOutputTest.MismatchArgumentsAndWith
|
| unknown file: Failure
|
|
|
| Unexpected mock function call - returning default value.
|
| @@ -199,11 +199,11 @@ Google Mock tried the following 1 expectation, but it didn't match:
|
| FILE:#:
|
| Expected arg #0: is greater than or equal to 2
|
| Actual: 1
|
| - Expected: argument #0 is greater than or equal to argument #1
|
| - Actual: false
|
| + Expected args: are a pair (x, y) where x >= y
|
| + Actual: don't match
|
| Expected: to be called once
|
| Actual: never called - unsatisfied and active
|
| -[ FAILED ] GMockOutputTest.MismatchArgumentsAndWithArguments
|
| +[ FAILED ] GMockOutputTest.MismatchArgumentsAndWith
|
| [ RUN ] GMockOutputTest.UnexpectedCallWithDefaultAction
|
| unknown file: Failure
|
|
|
| @@ -290,8 +290,8 @@ Stack trace:
|
| [ FAILED ] GMockOutputTest.UnsatisfiedPrerequisites
|
| [ FAILED ] GMockOutputTest.UnsatisfiedExpectation
|
| [ FAILED ] GMockOutputTest.MismatchArguments
|
| -[ FAILED ] GMockOutputTest.MismatchWithArguments
|
| -[ FAILED ] GMockOutputTest.MismatchArgumentsAndWithArguments
|
| +[ FAILED ] GMockOutputTest.MismatchWith
|
| +[ FAILED ] GMockOutputTest.MismatchArgumentsAndWith
|
| [ FAILED ] GMockOutputTest.UnexpectedCallWithDefaultAction
|
| [ FAILED ] GMockOutputTest.ExcessiveCallWithDefaultAction
|
|
|
|
|