Fix relative IRIs used in datatype tests
authorGregg Kellogg <gregg@kellogg-assoc.com>
Wed, 13 Mar 2013 09:27:58 -0700
changeset 655 b521be17fcdf
parent 654 24cc7bb8c08a
child 656 29f3278c1385
Fix relative IRIs used in datatype tests
rdf-turtle/tests-nt/nt-syntax-datatypes-01.nt
rdf-turtle/tests-nt/nt-syntax-datatypes-02.nt
--- a/rdf-turtle/tests-nt/nt-syntax-datatypes-01.nt	Wed Mar 13 09:25:09 2013 -0700
+++ b/rdf-turtle/tests-nt/nt-syntax-datatypes-01.nt	Wed Mar 13 09:27:58 2013 -0700
@@ -1,1 +1,1 @@
-<s> <p> "123"^^<http://www.w3.org/2001/XMLSchema#byte> .
+<http://example/s> <http://example/p> "123"^^<http://www.w3.org/2001/XMLSchema#byte> .
--- a/rdf-turtle/tests-nt/nt-syntax-datatypes-02.nt	Wed Mar 13 09:25:09 2013 -0700
+++ b/rdf-turtle/tests-nt/nt-syntax-datatypes-02.nt	Wed Mar 13 09:27:58 2013 -0700
@@ -1,1 +1,1 @@
-<s> <p> "123"^^<http://www.w3.org/2001/XMLSchema#string> .
+<http://example/s> <http://example/p> "123"^^<http://www.w3.org/2001/XMLSchema#string> .