Added compaction, expansion, framing and normalization tests. This included changing the context documents for compaction to be JSON-LD docs, not just the content of the @context key.
authorGregg Kellogg <gregg@kellogg-assoc.com>
Thu, 05 Jan 2012 13:10:25 -0800
changeset 315 2de002e99368
parent 314 5ff8933dbeac
child 316 beb95491702f
Added compaction, expansion, framing and normalization tests. This included changing the context documents for compaction to be JSON-LD docs, not just the content of the @context key.
test-suite/manifest.jsonld
--- a/test-suite/manifest.jsonld	Thu Jan 05 12:20:28 2012 -0800
+++ b/test-suite/manifest.jsonld	Thu Jan 05 13:10:25 2012 -0800
@@ -4,5 +4,11 @@
   "@type": "jld:Manifest",
   "rdfs:comment": "This manifest loads additional manifests for specific behavior tests",
   "name": "JSON-LD Test Suite",
-  "sequence": ["tests/rdf-manifest.jsonld"]
+  "sequence": [
+    "tests/compact-manifest.jsonld",
+    "tests/expand-manifest.jsonld",
+    "tests/frame-manifest.jsonld",
+    "tests/normalize-manifest.jsonld",
+    "tests/rdf-manifest.jsonld"
+  ]
 }