Remove duplicate test
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Tue, 02 Apr 2013 13:07:17 +0200
changeset 1524 930f0b14e8e3
parent 1523 83910fdc3482
child 1525 ed57662b5966
Remove duplicate test

toRdf-0021 is an exact copy of toRdf-0022
test-suite/tests/toRdf-0021-in.jsonld
test-suite/tests/toRdf-0021-out.nq
test-suite/tests/toRdf-manifest.jsonld
--- 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",