Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
e9e0f965
Commit
e9e0f965
authored
Nov 15, 2011
by
Michal 'vorner' Vaner
Browse files
[1331] Forgotten test update
The exception was changed, so must be the test.
parent
96e0aa96
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/tests/database_unittest.cc
View file @
e9e0f965
...
...
@@ -2832,7 +2832,7 @@ TEST_F(MockDatabaseClientTest, journalBadSequence) {
// So far OK
EXPECT_NO_THROW
(
updater_
->
deleteRRset
(
*
soa_
));
// Commit at the wrong time
EXPECT_THROW
(
updater_
->
commit
(),
isc
::
Unexpected
);
EXPECT_THROW
(
updater_
->
commit
(),
isc
::
BadValue
);
current_accessor_
->
checkJournal
(
expected
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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