From: JINMEI Tatuya Date: Tue, 18 Dec 2012 05:40:19 +0000 (-0800) Subject: [2429] adjusted a test case to a typo fix in the main code. X-Git-Tag: bind10-1.0.0-beta-release~16^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7a0286809c9759de8f33209823eaddfe3f76264;p=thirdparty%2Fkea.git [2429] adjusted a test case to a typo fix in the main code. --- diff --git a/src/lib/dns/tests/master_loader_unittest.cc b/src/lib/dns/tests/master_loader_unittest.cc index 912a0b4534..f4d19e8c51 100644 --- a/src/lib/dns/tests/master_loader_unittest.cc +++ b/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) {