Update test manifest definitions and RDF tests 5 and 21.
authorGregg Kellogg <gregg@kellogg-assoc.com>
Thu, 05 Jan 2012 11:36:36 -0800
changeset 313 80382516e914
parent 312 a5905a24b297
child 314 5ff8933dbeac
Update test manifest definitions and RDF tests 5 and 21.
test-suite/context.jsonld
test-suite/manifest.jsonld
test-suite/tests/rdf-0005.jsonld
test-suite/tests/rdf-0021.sparql
test-suite/tests/rdf-manifest.jsonld
--- a/test-suite/context.jsonld	Wed Jan 04 18:41:22 2012 -0800
+++ b/test-suite/context.jsonld	Thu Jan 05 11:36:36 2012 -0800
@@ -8,7 +8,6 @@
     "context":  {"@id": "test:input", "@type": "@id"},
     "expect":   {"@id": "test:informationResourceResults", "@type": "@id"},
     "frame":    {"@id": "test:input", "@type": "@id"},
-    "group":    "jld:group",
     "input":    {"@id": "test:informationResourceInput", "@type": "@id"},
     "name":     "dc:title",
     "purpose":  "test:purpose",
--- a/test-suite/manifest.jsonld	Wed Jan 04 18:41:22 2012 -0800
+++ b/test-suite/manifest.jsonld	Thu Jan 05 11:36:36 2012 -0800
@@ -1,6 +1,8 @@
 {
   "@context": "http://json-ld.org/test-suite/context.jsonld",
+  "@id": "",
   "@type": "jld:Manifest",
   "rdfs:comment": "This manifest loads additional manifests for specific behavior tests",
+  "name": "JSON-LD Test Suite",
   "sequence": ["tests/rdf-manifest.jsonld"]
 }
--- a/test-suite/tests/rdf-0005.jsonld	Wed Jan 04 18:41:22 2012 -0800
+++ b/test-suite/tests/rdf-0005.jsonld	Thu Jan 05 11:36:36 2012 -0800
@@ -1,8 +1,6 @@
-[
-  {
-    "@": "http://greggkellogg.net/foaf#me",
-    "http://xmlns.com/foaf/0.1/knows": {"@id": "http://manu.sporny.org/#me"}
-  },{
+{
+  "@id": "http://greggkellogg.net/foaf#me",
+  "http://xmlns.com/foaf/0.1/knows": {
     "http://xmlns.com/foaf/0.1/name": {"@literal": "Herman Iván", "@language": "hu"}
   }
-]
\ No newline at end of file
+}
--- a/test-suite/tests/rdf-0021.sparql	Wed Jan 04 18:41:22 2012 -0800
+++ b/test-suite/tests/rdf-0021.sparql	Thu Jan 05 11:36:36 2012 -0800
@@ -1,5 +1,5 @@
 PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
 
 ASK WHERE {
-  _:a <http://example/measure#cups> "5.3"^^xsd:decimal
+  _:a <http://example/measure#cups> "5.3"^^xsd:double
 }
\ No newline at end of file
--- a/test-suite/tests/rdf-manifest.jsonld	Wed Jan 04 18:41:22 2012 -0800
+++ b/test-suite/tests/rdf-manifest.jsonld	Thu Jan 05 11:36:36 2012 -0800
@@ -1,8 +1,9 @@
 {
   "@context": "http://json-ld.org/test-suite/context.jsonld",
+  "@id": "",
   "@type": "jld:Manifest",
   "rdfs:comment": "JSON-LD to RDF tests use SPARQL queries to determine results",
-  "group": "rdf",
+  "name": "rdf",
   "sequence": [
     {
       "@type": ["test:TestCase", "jld:RDFTest"],