Move error test from error-expand-manifest.jsonld to expand manifest. (reverted from commit b4f984aac2ae40ebd0c25c3d54a5c7a512a2486f)
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-suite/tests/error-expand-0001-in.jsonld Sun Aug 25 14:35:16 2013 -0700
@@ -0,0 +1,6 @@
+{
+ "@context": {
+ "@type": "@id"
+ },
+ "@type": "http://example.org/type"
+}
--- a/test-suite/tests/expand-0076-in.jsonld Sun Aug 25 11:04:15 2013 -0700
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-{
- "@context": {
- "@type": "@id"
- },
- "@type": "http://example.org/type"
-}
--- a/test-suite/tests/expand-manifest.jsonld Sun Aug 25 11:04:15 2013 -0700
+++ b/test-suite/tests/expand-manifest.jsonld Sun Aug 25 14:35:16 2013 -0700
@@ -531,13 +531,6 @@
"purpose": "Use @vocab to map all properties to blank node identifiers",
"input": "expand-0075-in.jsonld",
"expect": "expand-0075-out.jsonld"
- }, {
- "@id": "#t0076",
- "@type": [ "jld:NegativeEvaluationTest", "jld:ExpandTest" ],
- "name": "Keywords cannot be aliased to other keywords",
- "purpose": "Verifies that an exception callback is invoked when aliasing a keyword to another keyword",
- "input": "expand-0076-in.jsonld",
- "expect": "keyword redefinition"
}
]
}