BIND 10 trac2387, updated. 85655172ba34a2d3c44731880f0e439d8933d277 [2387] Test NSEC3PARAM operator= correctly

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Apr 3 12:55:08 UTC 2013


The branch, trac2387 has been updated
       via  85655172ba34a2d3c44731880f0e439d8933d277 (commit)
      from  49316890b86159c3ed72ef0913c5a58d4e8e5657 (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 85655172ba34a2d3c44731880f0e439d8933d277
Author: Mukund Sivaraman <muks at isc.org>
Date:   Wed Apr 3 18:24:56 2013 +0530

    [2387] Test NSEC3PARAM operator= correctly

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

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

-----------------------------------------------------------------------
diff --git a/src/lib/dns/tests/rdata_nsec3param_unittest.cc b/src/lib/dns/tests/rdata_nsec3param_unittest.cc
index 4c1b2ab..4fccbf3 100644
--- a/src/lib/dns/tests/rdata_nsec3param_unittest.cc
+++ b/src/lib/dns/tests/rdata_nsec3param_unittest.cc
@@ -194,7 +194,8 @@ TEST_F(Rdata_NSEC3PARAM_Test, getFlags) {
 }
 
 TEST_F(Rdata_NSEC3PARAM_Test, assign) {
-    generic::NSEC3PARAM other_nsec3param = rdata_nsec3param;
+    generic::NSEC3PARAM other_nsec3param("1 1 1 -");
+    other_nsec3param = rdata_nsec3param;
     EXPECT_EQ(0, rdata_nsec3param.compare(other_nsec3param));
 }
 



More information about the bind10-changes mailing list