Added lowercase test strings with RR class omitted

This commit is contained in:
Alex Sergeyev 2014-08-27 16:38:31 -04:00
parent 0df460c0fa
commit e9bffe6796
1 changed files with 3 additions and 0 deletions

View File

@ -767,10 +767,13 @@ func TestLowercaseClassOrType(t *testing.T) {
"example.org. 300 in A 1.2.3.4",
"example.org. 300 in a 1.2.3.4",
"example.org. 300 a 1.2.3.4",
"example.org. 300 A 1.2.3.4",
"example.org. IN a 1.2.3.4",
"example.org. in A 1.2.3.4",
"example.org. in a 1.2.3.4",
"example.org. a 1.2.3.4",
"example.org. A 1.2.3.4",
"example.org. a 1.2.3.4",
}
for _, testrr := range testrecords {
_, err := NewRR(testrr)