BIND 10 master, updated. f5d7359a945241edf986b7c91c0ad6c7bcf113e3 [master] fixed a build regression on g++(3.x)/Solaris. The original code doesn't seem to work in a templated test for this compiler. okayed on jabber.

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Oct 5 18:26:52 UTC 2011


The branch, master has been updated
       via  f5d7359a945241edf986b7c91c0ad6c7bcf113e3 (commit)
      from  5f5b2d7a98eff5dc74f74b7018f50e286ae82c2d (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 f5d7359a945241edf986b7c91c0ad6c7bcf113e3
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Wed Oct 5 18:25:25 2011 +0000

    [master] fixed a build regression on g++(3.x)/Solaris.  The original code
    doesn't seem to work in a templated test for this compiler.
    okayed on jabber.

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

Summary of changes:
 src/lib/dns/tests/rdata_ds_like_unittest.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dns/tests/rdata_ds_like_unittest.cc b/src/lib/dns/tests/rdata_ds_like_unittest.cc
index d49e229..9b29446 100644
--- a/src/lib/dns/tests/rdata_ds_like_unittest.cc
+++ b/src/lib/dns/tests/rdata_ds_like_unittest.cc
@@ -164,7 +164,7 @@ TYPED_TEST(Rdata_DS_LIKE_Test, compare) {
     EXPECT_GT(TypeParam(ds_like_txt6).compare(TypeParam(ds_like_txt1)), 0);
 
     // comparison attempt between incompatible RR types should be rejected
-    EXPECT_THROW(this->rdata_ds_like.compare(*RdataTest::rdata_nomatch),
+    EXPECT_THROW(this->rdata_ds_like.compare(*this->rdata_nomatch),
                  bad_cast);
 }
 




More information about the bind10-changes mailing list