BIND 10 trac2429, updated. d7a0286809c9759de8f33209823eaddfe3f76264 [2429] adjusted a test case to a typo fix in the main code.

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Dec 18 05:42:16 UTC 2012


The branch, trac2429 has been updated
       via  d7a0286809c9759de8f33209823eaddfe3f76264 (commit)
      from  8b616d0d3fbf1da3533c9836687f7fa12a7da1c6 (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 d7a0286809c9759de8f33209823eaddfe3f76264
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Dec 17 21:40:19 2012 -0800

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

-----------------------------------------------------------------------

Summary of changes:
 src/lib/dns/tests/master_loader_unittest.cc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dns/tests/master_loader_unittest.cc b/src/lib/dns/tests/master_loader_unittest.cc
index 912a0b4..f4d19e8 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) {



More information about the bind10-changes mailing list