diff options
author | David Robillard <d@drobilla.net> | 2020-11-09 12:11:13 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-11-09 20:01:27 +0100 |
commit | 8e0270ea4d800d4f52d6c563dbb07dbb6e8cd1b7 (patch) | |
tree | 3db87de8309be4faa9e4f36f3c4794cdf16a0c7c /tests/good/README.txt | |
parent | d65769b7b9ad6a8c9c75f8fd96f929f8a2938774 (diff) | |
download | serd-8e0270ea4d800d4f52d6c563dbb07dbb6e8cd1b7.tar.gz serd-8e0270ea4d800d4f52d6c563dbb07dbb6e8cd1b7.tar.bz2 serd-8e0270ea4d800d4f52d6c563dbb07dbb6e8cd1b7.zip |
Rename test directory
Diffstat (limited to 'tests/good/README.txt')
-rw-r--r-- | tests/good/README.txt | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/good/README.txt b/tests/good/README.txt deleted file mode 100644 index 37460e60..00000000 --- a/tests/good/README.txt +++ /dev/null @@ -1,20 +0,0 @@ -These are the tests for the Turtle Terse RDF Triple Language -that must be passed by conformant systems. See - http://www.dajobe.org/2004/01/turtle/ -for the full conformance information. - -The format is a set of good tests and bad tests. - -Good tests are a pair of files: - abc.ttl abc.out -which are the input Turtle file and the expected output RDF triples, -written in N-Triples. - -bad tests are of the form - bad-XX.ttl -which must fail. - -The tests should be performed with an assumed base URI -of http://www.w3.org/2001/sw/DataAccess/df1/tests/ - -Dave |