--- a/test-suite/tests/toRdf-0021-in.jsonld Tue Apr 02 12:34:40 2013 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-{
- "@context": { "measure": "http://example/measure#"},
- "measure:cups": 5.3
-}
\ No newline at end of file
--- a/test-suite/tests/toRdf-0021-out.nq Tue Apr 02 12:34:40 2013 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-_:b0 <http://example/measure#cups> "5.3E0"^^<http://www.w3.org/2001/XMLSchema#double> .
--- a/test-suite/tests/toRdf-manifest.jsonld Tue Apr 02 12:34:40 2013 +0200
+++ b/test-suite/tests/toRdf-manifest.jsonld Tue Apr 02 13:07:17 2013 +0200
@@ -128,12 +128,6 @@
"expect": "toRdf-0020-out.nq"
}, {
"@type": ["test:TestCase", "jld:ToRDFTest"],
- "name": "Test coercion of decimal value to double",
- "purpose": "Tests that a decimal value generates a xsd:double typed literal.",
- "input": "toRdf-0021-in.jsonld",
- "expect": "toRdf-0021-out.nq"
- }, {
- "@type": ["test:TestCase", "jld:ToRDFTest"],
"name": "Test coercion of double value",
"purpose": "Tests that a decimal value generates a xsd:double typed literal;.",
"input": "toRdf-0022-in.jsonld",