]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2429] adjusted a test case to a typo fix in the main code.
authorJINMEI Tatuya <jinmei@isc.org>
Tue, 18 Dec 2012 05:40:19 +0000 (21:40 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Tue, 18 Dec 2012 05:40:19 +0000 (21:40 -0800)
src/lib/dns/tests/master_loader_unittest.cc

index 912a0b45349a607b8d88fe42c6fbb9b63bd24496..f4d19e8c51982c9b37259396456541d00b473a3d 100644 (file)
@@ -527,7 +527,7 @@ TEST_F(MasterLoaderTest, ttlUnknownAndEOF) {
     // RDATA implementation can complain about it, too.  To be independent of
     // its details, we focus on the very last warning.
     EXPECT_FALSE(warnings_.empty());
-    checkCallbackMessage(*warnings_.rbegin(), "Unexpected end end of file", 1);
+    checkCallbackMessage(*warnings_.rbegin(), "Unexpected end of file", 1);
 }
 
 TEST_F(MasterLoaderTest, ttlOverflow) {