Parcourir la source

[2429] adjusted a test case to a typo fix in the main code.

JINMEI Tatuya il y a 12 ans
Parent
commit
d7a0286809
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/dns/tests/master_loader_unittest.cc

+ 1 - 1
src/lib/dns/tests/master_loader_unittest.cc

@@ -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) {