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.
--- 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"
+ ]
}