From a5824db519e84e8e45498e78502615d99b63d144 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 24 Sep 2017 18:48:18 +0200 Subject: Make internal tests standard manifest-driven test suites --- tests/TrigTests/README | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 tests/TrigTests/README (limited to 'tests/TrigTests/README') diff --git a/tests/TrigTests/README b/tests/TrigTests/README deleted file mode 100644 index adbb2a3f..00000000 --- a/tests/TrigTests/README +++ /dev/null @@ -1,41 +0,0 @@ -This README is for the W3C RDF Working Group's TriG test suite. -This test suite contains three kinds of tests: - - Evaluation (rdft:TestTriGEval) - a pair of an input trig file - and reference ntriples file. - - Positive syntax (rdft:TestTriGPositiveSyntax) - an input trig - file with no syntax errors. - - Negative syntax (rdft:TestTriGNegativeSyntax) - an input trig - file with at least one syntax error. - -The manifest.ttl file in this directory lists all of the tests in the -RDF WG's TriG test suite. Each test is one of the above tests. All -tests have a name (mf:name) and an input (mf:action). The Evaluation -tests have an expected result (mf:result). - -• An implementation passes an Evaluation test if it parses the input - into a graph, parses the expecte result into another graph, and - those two graphs are isomorphic (see - ). - -• An implementation passes a positive syntax test if it parses the - input. - -• An implementation passes a negative syntax test if it fails to parse - the input. - -The home of the test suite is . -Per RFC 3986 section 5.1.3, the base IRI for parsing each file is the -retrieval IRI for that file. For example, the tests trig-subm-01 and -trig-subm-27 require relative IRI resolution against a base of - and - respectively. - - -See http://www.w3.org/2011/rdf-wg/wiki/TriG_Test_Suite for more details. - - -Eric Prud'hommeaux - 11 June 2013. -Gregg Kellogg - 12 June 2013. -- cgit v1.2.1