2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jinmei-dnsmessageapi@410 e5f2f494-b856-4b98-b285-d166d9295462
This commit is contained in:
JINMEI Tatuya
2009-12-28 20:53:26 +00:00
parent 411da103e1
commit 070eadbef4

View File

@@ -403,7 +403,7 @@ TEST_F(NameTest, equal)
// lengths don't match
EXPECT_TRUE(example_name != Name("www2.example.com."));
EXPECT_TRUE(example_name.nequals(Name("www2.example.com.")));
// lengths are equqal, but # of labels don't match (first test checks the
// lengths are equal, but # of labels don't match (first test checks the
// prerequisite).
EXPECT_EQ(example_name.getLength(), Name("www\\.example.com.").getLength());
EXPECT_TRUE(example_name != Name("www\\.example.com."));