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
Adam Osuchowski
Kea
Commits
a3e8b0ad
Commit
a3e8b0ad
authored
Jul 02, 2013
by
Thomas Markwalder
Browse files
[master] Fixed broken build in src/bin/d2/d_test_stubs.h,
and logger check failure in src/bin/d2/d2_messages.mes
parent
45e404c1
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/bin/d2/d2_messages.mes
View file @
a3e8b0ad
...
...
@@ -78,7 +78,7 @@ An error message output during a configuration update. The program is
expecting an item but has not found it in the new configuration. This may
mean that the BIND 10 configuration database is corrupt.
% DCTL_PARSER_FAIL configuration parsing failed for configuration element: %1
% DCTL_PARSER_FAIL configuration parsing failed for configuration element: %1
, reason: %2
On receipt of message containing details to a change of its configuration,
the server failed to create a parser to decode the contents of the named
configuration element, or the creation succeeded but the parsing actions
...
...
src/bin/d2/tests/d_test_stubs.h
View file @
a3e8b0ad
...
...
@@ -632,7 +632,7 @@ public:
}
return
::
testing
::
AssertionFailure
()
<<
"checkAnswer rcode:"
<<
rcode
<<
" comment: "
<<
*
comment
<<
std
::
endl
;
<<
rcode
<<
" comment: "
<<
*
comment
;
}
/// @brief Configuration set being tested.
...
...
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