BIND 10 master, updated. cf1ce254c246be39069e7e7277e1c506e1b239a0 Compilation fix for pkt4_unittest.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Oct 25 16:33:44 UTC 2011
The branch, master has been updated
via cf1ce254c246be39069e7e7277e1c506e1b239a0 (commit)
from 44147cd660a85ea909f54e496ae3c8ad1ed583fa (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 cf1ce254c246be39069e7e7277e1c506e1b239a0
Author: Tomek Mrugalski <tomasz at isc.org>
Date: Tue Oct 25 18:33:25 2011 +0200
Compilation fix for pkt4_unittest.cc
Proper solution (enabled, passing tests that use generateTestPacket2()
function) is available in #1226 that is currently under review.
-----------------------------------------------------------------------
Summary of changes:
src/lib/dhcp/tests/pkt4_unittest.cc | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dhcp/tests/pkt4_unittest.cc b/src/lib/dhcp/tests/pkt4_unittest.cc
index 11b6015..3988fb0 100644
--- a/src/lib/dhcp/tests/pkt4_unittest.cc
+++ b/src/lib/dhcp/tests/pkt4_unittest.cc
@@ -156,6 +156,7 @@ generateTestPacket1() {
///
/// @return pointer to allocated Pkt4 object
// Returns a vector containing a DHCPv4 packet header.
+#if 0
vector<uint8_t>
generateTestPacket2() {
@@ -186,6 +187,7 @@ generateTestPacket2() {
return (buf);
}
+#endif
TEST(Pkt4Test, fixedFields) {
More information about the bind10-changes
mailing list