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
ISC Open Source Projects
Kea
Commits
ea9d025c
Commit
ea9d025c
authored
Dec 13, 2012
by
Jelte Jansen
Browse files
[2428] Some minor cleanups
parent
588ff1ee
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/lib/dns/master_loader.cc
View file @
ea9d025c
...
...
@@ -43,7 +43,7 @@ public:
{}
};
}
}
// end unnamed namespace
class
MasterLoader
::
MasterLoaderImpl
{
public:
...
...
src/lib/dns/tests/master_loader_unittest.cc
View file @
ea9d025c
...
...
@@ -284,7 +284,7 @@ struct ErrorCase {
// so we see the $ is actually special.
{
"$UNKNOWN 3600 IN A 192.0.2.1"
,
"Unknown $ directive"
},
{
"$INCLUD "
TEST_DATA_SRCDIR
"/example.org"
,
"Include too short"
},
{
"$INCLUDES "
TEST_DATA_SRCDIR
"/example.org"
,
"Include too
short
"
},
{
"$INCLUDES "
TEST_DATA_SRCDIR
"/example.org"
,
"Include too
long
"
},
{
"$INCLUDE"
,
"Missing include path"
},
{
"$INCLUDE /file/not/found"
,
"Include file not found"
},
{
"$INCLUDE /file/not/found and here goes bunch of garbage"
,
...
...
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