Move error test from error-expand-manifest.jsonld to expand manifest. (reverted from commit b4f984aac2ae40ebd0c25c3d54a5c7a512a2486f)
authorGregg Kellogg <gregg@kellogg-assoc.com>
Sun, 25 Aug 2013 14:35:16 -0700
changeset 1927 feceb7d9b3a4
parent 1926 02e56b46127d
child 1928 d5d9c0e0c885
Move error test from error-expand-manifest.jsonld to expand manifest. (reverted from commit b4f984aac2ae40ebd0c25c3d54a5c7a512a2486f)
test-suite/tests/error-expand-0001-in.jsonld
test-suite/tests/expand-0076-in.jsonld
test-suite/tests/expand-manifest.jsonld
--- /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"
     }
   ]
 }