BIND 10 trac1044, updated. 69e9734996d5d1edf533929598093cba0432e406 [1044] Revert perfdhcp disabled tests

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Nov 26 10:04:22 UTC 2012


The branch, trac1044 has been updated
       via  69e9734996d5d1edf533929598093cba0432e406 (commit)
      from  ebe0d8a602ba6157bf519f1f79759a5bfcf1a4a1 (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 69e9734996d5d1edf533929598093cba0432e406
Author: Jelte Jansen <jelte at isc.org>
Date:   Mon Nov 26 11:01:44 2012 +0100

    [1044] Revert perfdhcp disabled tests
    
    This still needs to be done, but should probably go into a separate commit straight to master

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

Summary of changes:
 .../tools/perfdhcp/tests/test_control_unittest.cc  |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/tests/tools/perfdhcp/tests/test_control_unittest.cc b/tests/tools/perfdhcp/tests/test_control_unittest.cc
index abe8282..66f85fe 100644
--- a/tests/tools/perfdhcp/tests/test_control_unittest.cc
+++ b/tests/tools/perfdhcp/tests/test_control_unittest.cc
@@ -896,7 +896,7 @@ TEST_F(TestControlTest, Packet6) {
     }
 }
 
-TEST_F(TestControlTest, DISABLED_Packet4Exchange) {
+TEST_F(TestControlTest, Packet4Exchange) {
     // Get the local loopback interface to open socket on
     // it and test packets exchanges. We don't want to fail
     // the test if interface is not available.
@@ -939,7 +939,7 @@ TEST_F(TestControlTest, DISABLED_Packet4Exchange) {
     EXPECT_EQ(12, iterations_performed);
 }
 
-TEST_F(TestControlTest, DISABLED_Packet6Exchange) {
+TEST_F(TestControlTest, Packet6Exchange) {
     // Get the local loopback interface to open socket on
     // it and test packets exchanges. We don't want to fail
     // the test if interface is not available.



More information about the bind10-changes mailing list