And add testing

This commit is contained in:
Miek Gieben 2014-11-09 09:57:06 +00:00
parent a8bb44f5e5
commit 20e762df62
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
package dns
import (
"testing"
)
func TestDynamicUpdateParsing(t *testing.T) {
prefix := "example.com. IN "
for _, typ := range TypeToString {