diff options
author | David Robillard <d@drobilla.net> | 2023-02-28 19:40:46 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-03-31 11:11:00 -0400 |
commit | 4ad14a612a188ae04efcecb2949e4c7c2af191f2 (patch) | |
tree | d8b774818e5c6978b96deeedb32ef5a1a0dda185 /test | |
parent | 002e2edc7fee5297b1bc8e1da4932d38e270f8f8 (diff) | |
download | serd-4ad14a612a188ae04efcecb2949e4c7c2af191f2.tar.gz serd-4ad14a612a188ae04efcecb2949e4c7c2af191f2.tar.bz2 serd-4ad14a612a188ae04efcecb2949e4c7c2af191f2.zip |
Remove outdated test README file
This has evolved into the set of "extra" tests for serd, and is no longer the
pre-standard Turtle test suite this README originates from.
Diffstat (limited to 'test')
-rw-r--r-- | test/good/README.txt | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/test/good/README.txt b/test/good/README.txt deleted file mode 100644 index 37460e60..00000000 --- a/test/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 |