Repository: jena
Updated Branches:
  refs/heads/master 450f36400 -> 3ea2542c3


Make tests "same term"


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/384542cf
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/384542cf
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/384542cf

Branch: refs/heads/master
Commit: 384542cf2bc29fe314ea9cc47526cd8eff469e00
Parents: 450f364
Author: Andy Seaborne <[email protected]>
Authored: Tue Oct 28 14:37:49 2014 +0000
Committer: Andy Seaborne <[email protected]>
Committed: Tue Oct 28 14:37:49 2014 +0000

----------------------------------------------------------------------
 jena-core/testing/Turtle/RaptorTurtle/README.txt  | 4 ++++
 jena-core/testing/Turtle/RaptorTurtle/test-10.out | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/384542cf/jena-core/testing/Turtle/RaptorTurtle/README.txt
----------------------------------------------------------------------
diff --git a/jena-core/testing/Turtle/RaptorTurtle/README.txt 
b/jena-core/testing/Turtle/RaptorTurtle/README.txt
index 6dbf08d..45a82eb 100644
--- a/jena-core/testing/Turtle/RaptorTurtle/README.txt
+++ b/jena-core/testing/Turtle/RaptorTurtle/README.txt
@@ -18,3 +18,7 @@ The tests should be performed with an assumed base URI
 of http://www.w3.org/2001/sw/DataAccess/df1/tests/
 
 Dave
+-------------------------------------------------
+Changes:
+test-10 is a "same value" test.  Converted to "same term"
+

http://git-wip-us.apache.org/repos/asf/jena/blob/384542cf/jena-core/testing/Turtle/RaptorTurtle/test-10.out
----------------------------------------------------------------------
diff --git a/jena-core/testing/Turtle/RaptorTurtle/test-10.out 
b/jena-core/testing/Turtle/RaptorTurtle/test-10.out
index 53f7b21..ff88aa6 100644
--- a/jena-core/testing/Turtle/RaptorTurtle/test-10.out
+++ b/jena-core/testing/Turtle/RaptorTurtle/test-10.out
@@ -1,5 +1,5 @@
-<http://example.org/res1> <http://example.org/prop1> 
"0"^^<http://www.w3.org/2001/XMLSchema#integer> .
+<http://example.org/res1> <http://example.org/prop1> 
"000000"^^<http://www.w3.org/2001/XMLSchema#integer> .
 <http://example.org/res2> <http://example.org/prop2> 
"0"^^<http://www.w3.org/2001/XMLSchema#integer> .
-<http://example.org/res3> <http://example.org/prop3> 
"1"^^<http://www.w3.org/2001/XMLSchema#integer> .
+<http://example.org/res3> <http://example.org/prop3> 
"000001"^^<http://www.w3.org/2001/XMLSchema#integer> .
 <http://example.org/res4> <http://example.org/prop4> 
"2"^^<http://www.w3.org/2001/XMLSchema#integer> .
 <http://example.org/res5> <http://example.org/prop5> 
"4"^^<http://www.w3.org/2001/XMLSchema#integer> .

Reply via email to