basic test support
This commit is contained in:
13
bin/tests/names/dns_name_hash_data
Normal file
13
bin/tests/names/dns_name_hash_data
Normal file
@@ -0,0 +1,13 @@
|
||||
#
|
||||
# test data for dns_name_hash
|
||||
# format:
|
||||
# <testname1> <tab> <testname2> <tab> <cshm> <tab> <cishm>
|
||||
# where:
|
||||
# cshm is 0 if a case sensitive hash of testname1 should match a
|
||||
# case sensitive hash of testname2, otherwise cshm != 0
|
||||
# and:
|
||||
# cishm is 0 if a case insensitive hash of testname1 should match a
|
||||
# case insensitive hash of testname2, otherwise cishm != 0
|
||||
#
|
||||
a.b.c.d a.b.c.d. 0 0
|
||||
\[x42/7].A. \[x42/7].a. 0 1
|
||||
Reference in New Issue
Block a user