]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2428] Some minor cleanups
authorJelte Jansen <jelte@isc.org>
Thu, 13 Dec 2012 20:20:57 +0000 (21:20 +0100)
committerJelte Jansen <jelte@isc.org>
Thu, 13 Dec 2012 20:20:57 +0000 (21:20 +0100)
src/lib/dns/master_loader.cc
src/lib/dns/tests/master_loader_unittest.cc

index b3474648fd9e99b39969ea18e29ee58425d8de06..e4b662c1e05231adb9b2cd6d93df862f63a11150 100644 (file)
@@ -43,7 +43,7 @@ public:
     {}
 };
 
-}
+} // end unnamed namespace
 
 class MasterLoader::MasterLoaderImpl {
 public:
index e690943766dc95b00175ab33ea2e71fe55215fbd..4f40a98932e8ce72e0cb7650e7b272886f6d9e0e 100644 (file)
@@ -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",