[svn] commit: r96 - /trunk/src/lib/dns/name_unittest.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Sat Oct 17 00:42:04 UTC 2009
Author: jinmei
Date: Sat Oct 17 00:42:04 2009
New Revision: 96
Log:
fixed a typo (harmless, but it was incorrect)
Modified:
trunk/src/lib/dns/name_unittest.cc
Modified: trunk/src/lib/dns/name_unittest.cc
==============================================================================
--- trunk/src/lib/dns/name_unittest.cc (original)
+++ trunk/src/lib/dns/name_unittest.cc Sat Oct 17 00:42:04 2009
@@ -26,7 +26,7 @@
void
NameTest::get_length()
{
- Name name("www.example.cam");
+ Name name("www.example.com");
//01234567890123456 => length should be 17.
CPPUNIT_ASSERT_EQUAL(17, static_cast<int>(name.get_length()));
More information about the bind10-changes
mailing list