git » spf » commit 1a21c1a

tests: Rename simple-tests.yml to blitirispf-tests.yml

author Alberto Bertogli
2020-07-24 17:17:16 UTC
committer Alberto Bertogli
2020-07-24 18:16:03 UTC
parent f2d70d29214803958fc94aabd0bb74c956818b61

tests: Rename simple-tests.yml to blitirispf-tests.yml

The simple-tests.yml file will soon contain some tests that are not so
simple. Rename them to blitirispf-tests.yml for clarity.

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) {