This commit is contained in:
Miek Gieben 2015-08-26 12:19:38 +01:00
parent ac493072c7
commit 6cf1a0db58
1 changed files with 2 additions and 2 deletions

View File

@ -70,14 +70,14 @@ func TestDedupWithCNAMEDNAME(t *testing.T) {
newRR(t, "a.miek.nl. CNAME a."),
newRR(t, "a.miek.nl. CNAME a."),
}: []string{"miek.nl.\t3600\tIN\tCNAME\ta.",
"a.miek.nl.\t3600\tIN\tCNAME\ta."},
"a.miek.nl.\t3600\tIN\tCNAME\ta."},
[...]RR{
newRR(t, "miek.nl. DNAME a."),
newRR(t, "a.miek.nl. CNAME a."),
newRR(t, "b.miek.nl. IN A 127.0.0.1"),
newRR(t, "a.miek.de. IN A 127.0.0.1"),
}: []string{"miek.nl.\t3600\tIN\tDNAME\ta.",
"a.miek.de.\t3600\tIN\tA\t127.0.0.1"},
"a.miek.de.\t3600\tIN\tA\t127.0.0.1"},
[...]RR{
newRR(t, "miek.nl. DNAME a."),
newRR(t, "a.miek.nl. DNAME a."),