BIND 10 trac2535, updated. 50e76dc960ad76ec97004832d718cb337390fce8 [2535] Also check the returned rrset

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Jan 4 13:33:22 UTC 2013


The branch, trac2535 has been updated
       via  50e76dc960ad76ec97004832d718cb337390fce8 (commit)
      from  3e9a69424117d8f9841d76cf71dab353b6aa5435 (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 50e76dc960ad76ec97004832d718cb337390fce8
Author: Mukund Sivaraman <muks at isc.org>
Date:   Fri Jan 4 19:03:09 2013 +0530

    [2535] Also check the returned rrset

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

Summary of changes:
 .../datasrc/tests/zone_finder_context_unittest.cc  |    2 ++
 1 file changed, 2 insertions(+)

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/tests/zone_finder_context_unittest.cc b/src/lib/datasrc/tests/zone_finder_context_unittest.cc
index 0a79c7c..85b167e 100644
--- a/src/lib/datasrc/tests/zone_finder_context_unittest.cc
+++ b/src/lib/datasrc/tests/zone_finder_context_unittest.cc
@@ -452,6 +452,8 @@ TEST(ZoneFinderContextSQLite3Test, escapedText) {
     ZoneFinderContextPtr ctx = finder->find(Name("escaped.example.org"),
                                             RRType::TXT());
     EXPECT_EQ(ZoneFinder::SUCCESS, ctx->code);
+    EXPECT_EQ("escaped.example.org. 3600 IN TXT \"Hello~World\\;\\\"\"\n",
+              ctx->rrset->toText());
 }
 
 }



More information about the bind10-changes mailing list