]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2479] Renabled tests that were affected by invalid paths to testdata.
authorMarcin Siodelski <marcin@isc.org>
Tue, 4 Dec 2012 20:03:56 +0000 (21:03 +0100)
committerMarcin Siodelski <marcin@isc.org>
Tue, 4 Dec 2012 20:03:56 +0000 (21:03 +0100)
tests/tools/perfdhcp/tests/test_control_unittest.cc

index f52562f436f8d443de880d21419030fecbc09312..176644ca1c577c1b685283b6001badff2f7ad4e7 100644 (file)
@@ -908,7 +908,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.
@@ -951,7 +951,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.