BIND 10 trac2428, updated. ea9d025cbcd9a318a2946c1a7f00283885ff381f [2428] Some minor cleanups
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Dec 13 20:21:49 UTC 2012
The branch, trac2428 has been updated
via ea9d025cbcd9a318a2946c1a7f00283885ff381f (commit)
from 588ff1eef555b3362954296388e93cf8729f267b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ea9d025cbcd9a318a2946c1a7f00283885ff381f
Author: Jelte Jansen <jelte at isc.org>
Date: Thu Dec 13 21:20:57 2012 +0100
[2428] Some minor cleanups
-----------------------------------------------------------------------
Summary of changes:
src/lib/dns/master_loader.cc | 2 +-
src/lib/dns/tests/master_loader_unittest.cc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dns/master_loader.cc b/src/lib/dns/master_loader.cc
index b347464..e4b662c 100644
--- a/src/lib/dns/master_loader.cc
+++ b/src/lib/dns/master_loader.cc
@@ -43,7 +43,7 @@ public:
{}
};
-}
+} // end unnamed namespace
class MasterLoader::MasterLoaderImpl {
public:
diff --git a/src/lib/dns/tests/master_loader_unittest.cc b/src/lib/dns/tests/master_loader_unittest.cc
index e690943..4f40a98 100644
--- a/src/lib/dns/tests/master_loader_unittest.cc
+++ b/src/lib/dns/tests/master_loader_unittest.cc
@@ -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",
More information about the bind10-changes
mailing list