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
ISC Open Source Projects
Kea
Commits
7900248a
Commit
7900248a
authored
Oct 26, 2012
by
Michal 'vorner' Vaner
Browse files
[2209] Typo
parent
0c8f4961
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/tests/client_list_unittest.cc
View file @
7900248a
...
...
@@ -847,7 +847,7 @@ TEST_F(ListTest, BadMasterFile) {
// This allows us to test two versions of the reloading code
// (One by calling reload(), one by obtaining a ZoneWriter and
// pla
p
ing with that). Once we deprecate reload(), we should revert this
// pla
y
ing with that). Once we deprecate reload(), we should revert this
// change and not use typed tests any more.
template
<
class
UpdateType
>
class
ReloadTest
:
public
ListTest
{
...
...
@@ -871,7 +871,7 @@ ReloadTest<WriterUpdateType>::doReload(const Name& origin) {
ConfigurableClientList
::
ZoneWriterPair
result
(
list_
->
getCachedZoneWriter
(
origin
));
if
(
result
.
first
==
ConfigurableClientList
::
ZONE_SUCCESS
)
{
// Can't use ASSERT_NE here, it would wan
'
t to return(), which
// Can't use ASSERT_NE here, it would want to return(), which
// it can't in non-void function.
if
(
result
.
second
)
{
result
.
second
->
load
();
...
...
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