Browse Source

[2479] Renabled tests that were affected by invalid paths to testdata.

Marcin Siodelski 12 years ago
parent
commit
e0c2fad347
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/tools/perfdhcp/tests/test_control_unittest.cc

+ 2 - 2
tests/tools/perfdhcp/tests/test_control_unittest.cc

@@ -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.