Fixes to a few of the rdf-mt tests
authorPeter F. Patel-Schneider <pfpschneider@gmail.com>
Wed, 04 Dec 2013 09:16:33 -0800
changeset 1470 35495afd3078
parent 1469 5ac5e4dc75bf
child 1471 a702808708ab
Fixes to a few of the rdf-mt tests
rdf-mt/tests/manifest.ttl
rdf-mt/tests/rdfms-seq-representation/empty.nt
--- a/rdf-mt/tests/manifest.ttl	Wed Dec 04 15:49:12 2013 +0100
+++ b/rdf-mt/tests/manifest.ttl	Wed Dec 04 09:16:33 2013 -0800
@@ -30,7 +30,7 @@
     <#datatypes-plain-literal-and-xsd-string>
     <#horst-01-subClassOf-intensional>
     <#horst-01-subPropertyOf-intensional>
-    <#pfps-10-non-well-formed-literal-1>
+##    <#pfps-10-non-well-formed-literal-1>  # duplicate
     <#rdf-charmod-uris-test003>
     <#rdf-charmod-uris-test004>
     <#rdfms-seq-representation-test002>
@@ -254,6 +254,9 @@
   rdfs:comment """
     Test that ICEXT(I(rdfs:Literal)) is a subset of LV.
   """;
+  rdfs:comment """
+    Duplicate of xmlsch-02-whitespace-facet-3, so this has been removed.
+  """;
   rdfs:approval rdft:Approved;
   mf:entailmentRegime "RDFS" ;
   mf:recognizedDatatypes ( ) ;
@@ -429,7 +432,10 @@
 <#rdfs-entailment-test002> a mf:PositiveEntailmentTest;
   mf:name "rdfs-entailment-test002";
   rdfs:comment """
-    From an inconsistent graph, any entailment can be drawn. This
+    Datatype clashes can occur in RDFS entailment.
+  """;
+  rdfs:comment """
+    Use to be from an inconsistent graph, any entailment can be drawn. This
     is an example.
   """;
   rdfs:approval rdft:Approved;
@@ -437,7 +443,8 @@
   mf:recognizedDatatypes ( xsd:string rdf:langString ) ;
   mf:unrecognizedDatatypes ( ) ;
   mf:action <rdfs-entailment/test002p.nt> ;
-  mf:result <rdfs-entailment/test002.nt> .
+  mf:result false.
+## was <rdfs-entailment/test002.nt>
     
 <#rdfs-no-cycles-in-subClassOf-test001> a mf:PositiveEntailmentTest;
   mf:name "rdfs-no-cycles-in-subClassOf-test001";
@@ -633,5 +640,6 @@
   mf:recognizedDatatypes ( xsd:int ) ;
   mf:unrecognizedDatatypes ( ) ;
   mf:action <xmlsch-02/test002.ttl>;
-  mf:result <xmlsch-02/test003.ttl> .
+  mf:result false .
+## was <xmlsch-02/test003.ttl>
     
--- a/rdf-mt/tests/rdfms-seq-representation/empty.nt	Wed Dec 04 15:49:12 2013 +0100
+++ b/rdf-mt/tests/rdfms-seq-representation/empty.nt	Wed Dec 04 09:16:33 2013 -0800
@@ -11,3 +11,4 @@
 # $Id: empty.nt,v 1.1 2002/12/13 16:48:03 jgrant Exp $
 #
 #####################################################################
+<http://example.org/foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> <http://example.org/bar> .