mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 21:45:37 +00:00
typo
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jinmei-dnsmessageapi@410 e5f2f494-b856-4b98-b285-d166d9295462
This commit is contained in:
@@ -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."));
|
||||
|
Reference in New Issue
Block a user