BIND 10 trac1144, updated. f8b10842465d60483e3bc9827e06115ea8081bfc [1144] missing 'this->' for TYPED_TEST

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Sep 12 21:36:23 UTC 2011


The branch, trac1144 has been updated
       via  f8b10842465d60483e3bc9827e06115ea8081bfc (commit)
      from  06341cb6cdbd5ff57c376f7b0b25aba4a35bab86 (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 f8b10842465d60483e3bc9827e06115ea8081bfc
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Sep 12 14:36:10 2011 -0700

    [1144] missing 'this->' for TYPED_TEST

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

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

-----------------------------------------------------------------------
diff --git a/src/lib/dns/tests/rdata_ds_like_unittest.cc b/src/lib/dns/tests/rdata_ds_like_unittest.cc
index 444d41f..62937df 100644
--- a/src/lib/dns/tests/rdata_ds_like_unittest.cc
+++ b/src/lib/dns/tests/rdata_ds_like_unittest.cc
@@ -87,8 +87,8 @@ TYPED_TEST(Rdata_DS_LIKE_Test, DISABLED_badText_DS_LIKE) {
 
 TYPED_TEST(Rdata_DS_LIKE_Test, createFromWire_DS_LIKE) {
     EXPECT_EQ(0, Rdata_DS_LIKE_Test<TypeParam>::rdata_ds_like.compare(
-              *rdataFactoryFromFile(RRTYPE<TypeParam>(), RRClass::IN(),
-                                    "rdata_ds_fromWire")));
+              *this->rdataFactoryFromFile(RRTYPE<TypeParam>(), RRClass::IN(),
+                                          "rdata_ds_fromWire")));
 }
 
 TYPED_TEST(Rdata_DS_LIKE_Test, getTag_DS_LIKE) {




More information about the bind10-changes mailing list