BIND 10 trac2526, updated. da3bcafa328abd1bd6125f89a3091196954ef55d [2526] Minor: corrected typo.
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Dec 14 16:45:57 UTC 2012
The branch, trac2526 has been updated
via da3bcafa328abd1bd6125f89a3091196954ef55d (commit)
from 0ebb7cd975d578f3dea516b790e502fdd65cb683 (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 da3bcafa328abd1bd6125f89a3091196954ef55d
Author: Marcin Siodelski <marcin at isc.org>
Date: Fri Dec 14 17:45:17 2012 +0100
[2526] Minor: corrected typo.
-----------------------------------------------------------------------
Summary of changes:
src/lib/dhcp/tests/libdhcp++_unittest.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dhcp/tests/libdhcp++_unittest.cc b/src/lib/dhcp/tests/libdhcp++_unittest.cc
index 818de06..3787837 100644
--- a/src/lib/dhcp/tests/libdhcp++_unittest.cc
+++ b/src/lib/dhcp/tests/libdhcp++_unittest.cc
@@ -317,7 +317,7 @@ TEST_F(LibDhcpTest, unpackOptions6) {
expected_opts.push_back(0x6C6D); // equivalent to: 108, 109
expected_opts.push_back(0x6E6F); // equivalent to 110, 111
ASSERT_EQ(expected_opts.size(), opts.size());
- // Validated if option has been un packed correctly.
+ // Validated if option has been unpacked correctly.
EXPECT_TRUE(std::equal(expected_opts.begin(), expected_opts.end(),
opts.begin()));
More information about the bind10-changes
mailing list