--- a/rdf-mt/tests/az-tests/ill-formed-string.ttl Mon Oct 14 07:36:27 2013 -0700
+++ b/rdf-mt/tests/az-tests/ill-formed-string.ttl Tue Oct 15 12:12:35 2013 -0700
@@ -1,1 +1,1 @@
-<http://example.org/foo> <http://example.org/bar> "\0000"^^<http://www.w3.org/2001/XMLSchema#string> .
\ No newline at end of file
+<http://example.org/foo> <http://example.org/bar> "\u0000"^^<http://www.w3.org/2001/XMLSchema#string> .
\ No newline at end of file
--- a/rdf-mt/tests/datatypes/test006.nt Mon Oct 14 07:36:27 2013 -0700
+++ b/rdf-mt/tests/datatypes/test006.nt Tue Oct 15 12:12:35 2013 -0700
@@ -13,5 +13,6 @@
# $Id: test006.nt,v 1.1 2002/12/13 11:22:19 jgrant Exp $
#
#####################################################################
-<http://example.org/foo> <http://example.org/bar> "25"^^<http://www.w3.org/2001/XMLSchema#decimal> .
+
+<http://example.org/foo> <http://example.org/bar> "25"^^<http://www.w3.org/2001/XMLSchema#integer> .
<http://example.org/bar> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .