summaryrefslogtreecommitdiff
path: root/test/gmock_output_test_golden.txt
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2010-05-17 19:32:48 +0000
committerzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2010-05-17 19:32:48 +0000
commit9c711b2b3d2969deb7b01dc88e67365a61a7ff46 (patch)
tree4f7fa0ef1f4b79d44027716fcf8e512299ce038c /test/gmock_output_test_golden.txt
parent359295366fb661cc462ed851ad93d2055834e0b5 (diff)
downloadgooglemock-9c711b2b3d2969deb7b01dc88e67365a61a7ff46.tar.gz
Implements Pointwise().
git-svn-id: http://googlemock.googlecode.com/svn/trunk@297 8415998a-534a-0410-bf83-d39667b30386
Diffstat (limited to 'test/gmock_output_test_golden.txt')
-rw-r--r--test/gmock_output_test_golden.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/gmock_output_test_golden.txt b/test/gmock_output_test_golden.txt
index 382dc8c..a7ff563 100644
--- a/test/gmock_output_test_golden.txt
+++ b/test/gmock_output_test_golden.txt
@@ -151,7 +151,7 @@ FILE:#: pre-requisite #1
[ RUN ] GMockOutputTest.UnsatisfiedWith
FILE:#: Failure
Actual function call count doesn't match EXPECT_CALL(foo_, Bar2(_, _))...
- Expected args: are a pair (x, y) where x >= y
+ Expected args: are a pair where the first >= the second
Expected: to be called once
Actual: never called - unsatisfied and active
[ FAILED ] GMockOutputTest.UnsatisfiedWith
@@ -190,7 +190,7 @@ Unexpected mock function call - returning default value.
Google Mock tried the following 1 expectation, but it didn't match:
FILE:#: EXPECT_CALL(foo_, Bar2(Ge(2), Ge(1)))...
- Expected args: are a pair (x, y) where x >= y
+ Expected args: are a pair where the first >= the second
Actual: don't match
Expected: to be called once
Actual: never called - unsatisfied and active
@@ -206,7 +206,7 @@ Google Mock tried the following 1 expectation, but it didn't match:
FILE:#: EXPECT_CALL(foo_, Bar2(Ge(2), Ge(1)))...
Expected arg #0: is >= 2
Actual: 1
- Expected args: are a pair (x, y) where x >= y
+ Expected args: are a pair where the first >= the second
Actual: don't match
Expected: to be called once
Actual: never called - unsatisfied and active