BIND 10 trac2479, updated. 238b343266ec6c5e7c610781021d235b7fcfb22d [2479] Remove unnecessary assignment.
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Dec 4 20:51:44 UTC 2012
The branch, trac2479 has been updated
via 238b343266ec6c5e7c610781021d235b7fcfb22d (commit)
via e0c2fad3471896467ad0ae3576f93b39bcb76a7d (commit)
from 501a5e337373d10c40c05d0838f5711fbb961ee2 (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 238b343266ec6c5e7c610781021d235b7fcfb22d
Author: Marcin Siodelski <marcin at isc.org>
Date: Tue Dec 4 21:33:57 2012 +0100
[2479] Remove unnecessary assignment.
commit e0c2fad3471896467ad0ae3576f93b39bcb76a7d
Author: Marcin Siodelski <marcin at isc.org>
Date: Tue Dec 4 21:03:56 2012 +0100
[2479] Renabled tests that were affected by invalid paths to testdata.
-----------------------------------------------------------------------
Summary of changes:
.../tools/perfdhcp/tests/test_control_unittest.cc | 4 ++--
tests/tools/perfdhcp/tests/testdata/Makefile.am | 2 --
2 files changed, 2 insertions(+), 4 deletions(-)
-----------------------------------------------------------------------
diff --git a/tests/tools/perfdhcp/tests/test_control_unittest.cc b/tests/tools/perfdhcp/tests/test_control_unittest.cc
index f52562f..176644c 100644
--- a/tests/tools/perfdhcp/tests/test_control_unittest.cc
+++ b/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.
diff --git a/tests/tools/perfdhcp/tests/testdata/Makefile.am b/tests/tools/perfdhcp/tests/testdata/Makefile.am
index c22787f..bbd9a73 100644
--- a/tests/tools/perfdhcp/tests/testdata/Makefile.am
+++ b/tests/tools/perfdhcp/tests/testdata/Makefile.am
@@ -4,7 +4,5 @@ SUBDIRS = .
# unit tests and have to be removed.
CLEANFILES = test1.hex test2.hex test3.hex test4.hex test5.hex
-perfdhcpdir = $(pkgdatadir)
-
EXTRA_DIST = discover-example.hex request4-example.hex
EXTRA_DIST += solicit-example.hex request6-example.hex
More information about the bind10-changes
mailing list