From 6da0cd2c927d5cb11255c468b5c3a1744c3351b1 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Fri, 19 Jun 2015 08:23:26 +0100 Subject: [PATCH] CAA now also be tested in TestDynamicUpdateParsing --- update_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_test.go b/update_test.go index 0c6d1e23..c5767b72 100644 --- a/update_test.go +++ b/update_test.go @@ -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 }