spec/swap_test/regression.n3 in rdf_context-0.5.9.1 vs spec/swap_test/regression.n3 in rdf_context-0.5.10
- old
+ new
@@ -81,15 +81,15 @@
test:referenceOutput <ref/djb1a-out.n3>;
n3test:inputDocument <syntax/djb1a.n3> ;
test:description "djb noticed a:b was parsed as rdf:type token";
test:arguments "syntax/djb1a.n3".
-:t1006 a test:CwmTest, test:CwmProofTest;
- test:referenceOutput <ref/contexts-1.n3>;
- n3test:inputDocument <contexts.n3> ;
- test:description "Parse and generate simple contexts";
- test:arguments """contexts.n3""".
+#:t1006 a test:CwmTest, test:CwmProofTest;
+# test:referenceOutput <ref/contexts-1.n3>;
+# n3test:inputDocument <contexts.n3> ;
+# test:description "Parse and generate simple contexts";
+# test:arguments """contexts.n3""".
:t1007 a test:CwmTest, test:CwmProofTest;
n3test:status "pending";
test:referenceOutput <ref/anon-prop-1.n3>;
n3test:inputDocument <anon-prop.n3> ;
@@ -118,15 +118,15 @@
test:referenceOutput <ref/anonymous_loop.ref>;
n3test:inputDocument <anonymous_loop.n3> ;
test:description "A loop of anonymous nodes wasn't being printed at all";
test:arguments """anonymous_loop.n3""".
-:t1008 a test:CwmTest, test:CwmProofTest;
- test:referenceOutput <ref/daml-ont.n3>;
- n3test:inputDocument <daml-pref.n3> ;
- test:description "Convert some RDF/XML into RDF/N3";
- test:arguments """daml-pref.n3 -rdf daml-ont.rdf -n3""".
+#:t1008 a test:CwmTest, test:CwmProofTest;
+# test:referenceOutput <ref/daml-ont.n3>;
+# n3test:inputDocument <daml-pref.n3> ;
+# test:description "Convert some RDF/XML into RDF/N3";
+# test:arguments """daml-pref.n3 -rdf daml-ont.rdf -n3""".
:t1008a a test:CwmTest, test:CwmProofTest;
test:referenceOutput <ref/colon-in-uri.n3>;
n3test:inputDocument <syntax/colon-in-uri.rdf> ;
test:description "When rdf/xml localnames are not valid qNames";
@@ -142,16 +142,16 @@
test:referenceOutput <ref/strquot_a.n3>;
n3test:inputDocument <strquot.n3> ;
test:description "N3 string quoting with utf-8 literals";
test:arguments """-n3 strquot.n3""".
-:t1009ab a test:CwmTest, test:CwmProofTest;
- n3test:status "pending";
- test:referenceOutput <ref/n3string.n3>;
- n3test:inputDocument <i18n/n3string.n3> ;
- test:description "log:n3string genertating utf-8 literals was double encoding";
- test:arguments """-n3 i18n/n3string.n3""".
+#:t1009ab a test:CwmTest, test:CwmProofTest;
+# n3test:status "pending";
+# test:referenceOutput <ref/n3string.n3>;
+# n3test:inputDocument <i18n/n3string.n3> ;
+# test:description "log:n3string genertating utf-8 literals was double encoding";
+# test:arguments """-n3 i18n/n3string.n3""".
:t1009b a test:CwmTest, test:CwmProofTest;
test:referenceOutput <xml-syntax/non-ascii-pred.rdf>;
n3test:inputDocument <xml-syntax/non-ascii-pred.rdf> ;
test:description "XML to XML with utf-8 non-ascii characters";
@@ -181,16 +181,16 @@
n3test:inputDocument <syntax/lstring.n3> ;
test:description "N3 string nested triple quoting";
test:arguments """--n3 syntax/lstring.n3""".
:t1017 a test:CwmTest, test:CwmProofTest;
- test:referenceOutput <ref/lists.n3>;
+# test:referenceOutput <ref/lists.n3>;
n3test:inputDocument <lists.n3> ;
test:description "parsing and generation of N3 list syntax";
test:arguments """-n3 lists.n3""".
:t1018 a test:CwmTest;
- test:referenceOutput <ref/lists-simple-1.rdf>;
+# test:referenceOutput <ref/lists-simple-1.rdf>;
n3test:inputDocument <lists-simple.n3> ;
test:description "conversion of subset of N3 list syntax to RDF";
test:arguments """-n3 lists-simple.n3 -rdf""".
:t1018a1 a test:CwmTest, test:CwmProofTest;