Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
googletest
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
googletest
Commits
79643f51
Commit
79643f51
authored
Sep 30, 2009
by
zhanyong.wan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changes gmock's version to 1.4.0. Also fixes a compiler warning.
parent
f3aa4d29
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
configure.ac
configure.ac
+1
-1
gmock-printers_test.cc
test/gmock-printers_test.cc
+1
-1
No files found.
configure.ac
View file @
79643f51
AC_INIT([Google C++ Mocking Framework],
AC_INIT([Google C++ Mocking Framework],
[1.
2
.0],
[1.
4
.0],
[googlemock@googlegroups.com],
[googlemock@googlegroups.com],
[gmock])
[gmock])
...
...
test/gmock-printers_test.cc
View file @
79643f51
...
@@ -705,7 +705,7 @@ TEST(PrintStlContainerTest, HashMultiSet) {
...
@@ -705,7 +705,7 @@ TEST(PrintStlContainerTest, HashMultiSet) {
std
::
vector
<
int
>
numbers
;
std
::
vector
<
int
>
numbers
;
for
(
size_t
i
=
0
;
i
!=
result
.
length
();
i
++
)
{
for
(
size_t
i
=
0
;
i
!=
result
.
length
();
i
++
)
{
if
(
expected_pattern
[
i
]
==
'd'
)
{
if
(
expected_pattern
[
i
]
==
'd'
)
{
ASSERT_TRUE
(
isdigit
(
result
[
i
]));
ASSERT_TRUE
(
isdigit
(
result
[
i
])
!=
0
);
numbers
.
push_back
(
result
[
i
]
-
'0'
);
numbers
.
push_back
(
result
[
i
]
-
'0'
);
}
else
{
}
else
{
EXPECT_EQ
(
expected_pattern
[
i
],
result
[
i
])
<<
" where result is "
EXPECT_EQ
(
expected_pattern
[
i
],
result
[
i
])
<<
" where result is "
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment