fix the tests

This commit is contained in:
Miek Gieben 2010-12-27 14:32:12 +01:00
parent 7f88c92f0f
commit f9f20203ad
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@ func TestResolverEdns(t *testing.T) {
ch <- DnsMsg{m, nil}
in := <-ch
t.Fail()
t.Log("%v\n", in.Dns)
//// t.Fail()
// t.Log("%v\n", in.Dns)
if in.Dns.Rcode != RcodeSuccess {
t.Log("Failed to get an valid answer")