Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
yaml-cpp
Commits
90d7562b
Commit
90d7562b
authored
Mar 23, 2014
by
Jesse Beder
Browse files
Fixed uninteresting mock
parent
1327ce6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
test/integration/handler_test.cpp
test/integration/handler_test.cpp
+1
-1
No files found.
test/integration/handler_test.cpp
View file @
90d7562b
...
@@ -62,7 +62,7 @@ class HandlerTest : public ::testing::Test {
...
@@ -62,7 +62,7 @@ class HandlerTest : public ::testing::Test {
};
};
TEST_F
(
HandlerTest
,
NoEndOfMapFlow
)
{
TEST_F
(
HandlerTest
,
NoEndOfMapFlow
)
{
EXPECT_THROW_PARSER_EXCEPTION
(
Parse
(
"---{header: {id: 1"
),
EXPECT_THROW_PARSER_EXCEPTION
(
Ignore
Parse
(
"---{header: {id: 1"
),
ErrorMsg
::
END_OF_MAP_FLOW
);
ErrorMsg
::
END_OF_MAP_FLOW
);
}
}
...
...
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