You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by an...@apache.org on 2013/04/19 06:10:59 UTC

[14/19] git commit: fix use of relative URLs in test1.nq that is designed to only test cases from the NQuads grammar

fix use of relative URLs in test1.nq that is designed to only test cases from the NQuads grammar


Project: http://git-wip-us.apache.org/repos/asf/any23/repo
Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/384944fd
Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/384944fd
Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/384944fd

Branch: refs/heads/ANY23-141
Commit: 384944fd953ad211d70ff569730f1245e6534deb
Parents: 0c9f476
Author: Peter Ansell <p_...@yahoo.com>
Authored: Wed Oct 24 14:15:52 2012 +1000
Committer: Peter Ansell <p_...@yahoo.com>
Committed: Fri Apr 19 13:34:55 2013 +1000

----------------------------------------------------------------------
 .../src/test/resources/application/nquads/test1.nq |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/any23/blob/384944fd/test-resources/src/test/resources/application/nquads/test1.nq
----------------------------------------------------------------------
diff --git a/test-resources/src/test/resources/application/nquads/test1.nq b/test-resources/src/test/resources/application/nquads/test1.nq
index bcc6108..df6263a 100644
--- a/test-resources/src/test/resources/application/nquads/test1.nq
+++ b/test-resources/src/test/resources/application/nquads/test1.nq
@@ -4,5 +4,5 @@ _:bnode2 <http://xmlns.com/foaf/0.1/Friend> _:bnode3 <http://example.org/alice/f
 
 
 _:bnode3 <http://xmlns.com/foaf/0.1/Friend> "This literal is \"really\" useful"@it <http://example.org/alice/foaf4.rdf> .
-_:bnode1 <#like> "12345"^^<http://www.w3.org/2001/XMLSchema#integer> <http://example.org/alice/foaf5.rdf> .
-_:bnode4 <#type> "triple"^^<http://www.w3.org/2001/XMLSchema#String> .
\ No newline at end of file
+_:bnode1 <http://example.org/#like> "12345"^^<http://www.w3.org/2001/XMLSchema#integer> <http://example.org/alice/foaf5.rdf> .
+_:bnode4 <http://example.org/#type> "triple"^^<http://www.w3.org/2001/XMLSchema#String> .
\ No newline at end of file