Skip to content

Commit

Permalink
CAA now also be tested in TestDynamicUpdateParsing
Browse files Browse the repository at this point in the history
  • Loading branch information
miekg committed Jun 19, 2015
1 parent 65752c4 commit 6da0cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_test.go
Expand Up @@ -8,7 +8,7 @@ import (
func TestDynamicUpdateParsing(t *testing.T) {
prefix := "example.com. IN "
for _, typ := range TypeToString {
if typ == "CAA" || typ == "OPT" || typ == "AXFR" || typ == "IXFR" || typ == "ANY" || typ == "TKEY" ||
if typ == "OPT" || typ == "AXFR" || typ == "IXFR" || typ == "ANY" || typ == "TKEY" ||
typ == "TSIG" || typ == "ISDN" || typ == "UNSPEC" || typ == "NULL" || typ == "ATMA" {
continue
}
Expand Down

0 comments on commit 6da0cd2

Please sign in to comment.