Name this test better

This commit is contained in:
Miek Gieben 2013-12-05 07:48:13 +00:00
parent 857c4d663c
commit bc4b2fe244
1 changed files with 1 additions and 1 deletions

View File

@ -740,7 +740,7 @@ func TestTXT(t *testing.T) {
}
}
func TestRR(t *testing.T) {
func TestTypeXXXX(t *testing.T) {
rr, err := NewRR("example.com IN TYPE1234 \\# 4 aabbccdd")
if err == nil {
t.Logf("%s\n", rr.String())