author | Alberto Bertogli
<albertito@blitiri.com.ar> 2020-07-24 17:17:16 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2020-07-24 18:16:03 UTC |
parent | f2d70d29214803958fc94aabd0bb74c956818b61 |
testdata/{simple-tests.yml => blitirispf-tests.yml} | +0 | -0 |
yml_test.go | +2 | -2 |
diff --git a/testdata/simple-tests.yml b/testdata/blitirispf-tests.yml similarity index 100% rename from testdata/simple-tests.yml rename to testdata/blitirispf-tests.yml diff --git a/yml_test.go b/yml_test.go index aa059eb..b3b9ca8 100644 --- a/yml_test.go +++ b/yml_test.go @@ -286,8 +286,8 @@ func reverseDNS(t *testing.T, r string) net.IP { return ip } -func TestSimple(t *testing.T) { - testRFC(t, "testdata/simple-tests.yml") +func TestOurs(t *testing.T) { + testRFC(t, "testdata/blitirispf-tests.yml") } func TestRFC4408(t *testing.T) {