summaryrefslogtreecommitdiff
path: root/test/gmock_output_test_golden.txt
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2009-06-09 05:42:12 +0000
committerzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2009-06-09 05:42:12 +0000
commit964056b457935bd9e3e124ce8d24991826b3a9b2 (patch)
treeea120110881bb651d5104bb844325996e2c13377 /test/gmock_output_test_golden.txt
parentf9a038dd18c12b34e246d8062712b970d370365b (diff)
downloadgooglemock-964056b457935bd9e3e124ce8d24991826b3a9b2.tar.gz
Implements the Args<k1, ..., kn>(m) matcher.
git-svn-id: http://googlemock.googlecode.com/svn/trunk@169 8415998a-534a-0410-bf83-d39667b30386
Diffstat (limited to 'test/gmock_output_test_golden.txt')
-rw-r--r--test/gmock_output_test_golden.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/gmock_output_test_golden.txt b/test/gmock_output_test_golden.txt
index 887b7be..b4d2ea0 100644
--- a/test/gmock_output_test_golden.txt
+++ b/test/gmock_output_test_golden.txt
@@ -183,8 +183,8 @@ 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
@@ -199,8 +199,8 @@ 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