From d3e093b153ec1cfb6ba82e4b0144cf59880326f3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 24 Feb 2013 04:32:08 +0000 Subject: Restructure test suite to match new Turtle test suite. git-svn-id: http://svn.drobilla.net/serd/trunk@412 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- tests/manifest-bad.ttl | 88 -------------------------------------------------- 1 file changed, 88 deletions(-) delete mode 100644 tests/manifest-bad.ttl (limited to 'tests/manifest-bad.ttl') diff --git a/tests/manifest-bad.ttl b/tests/manifest-bad.ttl deleted file mode 100644 index e8c5ba8f..00000000 --- a/tests/manifest-bad.ttl +++ /dev/null @@ -1,88 +0,0 @@ -@prefix rdf: . -@prefix rdfs: . -@prefix mf: . -@prefix qt: . - -<> rdf:type mf:Manifest ; - rdfs:comment "Turtle bad syntax test cases (must fail)" ; - mf:entries - ( - - [ mf:name "bad-00" ; - rdfs:comment "prefix name must end in a :" ; - mf:action [ qt:data ] ; - ] - - [ mf:name "bad-01" ; - rdfs:comment "blank predicate forbidden" ; - mf:action [ qt:data ] ; - ] - - [ mf:name "bad-02" ; - rdfs:comment "blank predicate forbidden" ; - mf:action [ qt:data ] ; - ] - - [ mf:name "bad-03" ; - rdfs:comment "a forbidden as subject" ; - mf:action [ qt:data ] ; - ] - - [ mf:name "bad-04" ; - rdfs:comment ", not allowed in collections" ; - mf:action [ qt:data ] ; - ] - - [ mf:name "bad-05" ; - rdfs:comment "{} not allowed in Turtle" ; - mf:action [ qt:data ] ; - ] - - [ mf:name "bad-06" ; - rdfs:comment "is and of not allowed in Turtle" ; - mf:action [ qt:data ] ; - ] - - [ mf:name "bad-07" ; - rdfs:comment "paths not allowed in Turtle" ; - mf:action [ qt:data ] ; - ] - - [ mf:name "bad-08" ; - rdfs:comment "@keywords not allowed in Turtle" ; - mf:action [ qt:data ] ; - ] - - [ mf:name "bad-09" ; - rdfs:comment "=> not allowed in Turtle" ; - mf:action [ qt:data ] ; - ] - - [ mf:name "bad-10" ; - rdfs:comment "= not allowed in Turtle" ; - mf:action [ qt:data ] ; - ] - - [ mf:name "bad-11" ; - rdfs:comment "@forAll not allowed in Turtle" ; - mf:action [ qt:data ] ; - ] - - [ mf:name "bad-12" ; - rdfs:comment "@forSome not allowed in Turtle" ; - mf:action [ qt:data ] ; - ] - - [ mf:name "bad-13" ; - rdfs:comment "<= not allowed in Turtle" ; - mf:action [ qt:data ] ; - ] - - [ mf:name "bad-14" ; - rdfs:comment "long literal with missing end" ; - mf:action [ qt:data ] ; - ] - - - # End of tests - ). -- cgit v1.2.1