Fix more remote-doc errors.
authorGregg Kellogg <gregg@kellogg-assoc.com>
Tue, 03 Sep 2013 15:42:50 -0700
changeset 1960 2f0783cb31a0
parent 1959 26e81e2b0d9a
child 1961 cbf58ef2316e
Fix more remote-doc errors.
test-suite/tests/remote-doc-0010-out.jsonld
test-suite/tests/remote-doc-0011-out.jsonld
test-suite/tests/remote-doc-manifest.jsonld
--- a/test-suite/tests/remote-doc-0010-out.jsonld	Tue Sep 03 15:29:36 2013 -0700
+++ b/test-suite/tests/remote-doc-0010-out.jsonld	Tue Sep 03 15:42:50 2013 -0700
@@ -1,4 +1,4 @@
 [{
   "@id": "http://json-ld.org/test-suite/tests/remote-doc-0010-in.json",
-  "http://example/vocab#term": [{"@value": "object"}]
+  "http://example/vocab#term": [{"@value": "value"}]
 }]
--- a/test-suite/tests/remote-doc-0011-out.jsonld	Tue Sep 03 15:29:36 2013 -0700
+++ b/test-suite/tests/remote-doc-0011-out.jsonld	Tue Sep 03 15:42:50 2013 -0700
@@ -1,4 +1,4 @@
 [{
   "@id": "http://json-ld.org/test-suite/tests/remote-doc-0011-in.json",
-  "http://example/vocab#term": [{"@value": "object"}]
+  "http://example/vocab#term": [{"@value": "value"}]
 }]
--- a/test-suite/tests/remote-doc-manifest.jsonld	Tue Sep 03 15:29:36 2013 -0700
+++ b/test-suite/tests/remote-doc-manifest.jsonld	Tue Sep 03 15:42:50 2013 -0700
@@ -86,10 +86,10 @@
     }, {
       "@id": "#t0012",
       "@type": ["jld:NegativeEvaluationTest", "jld:ExpandTest"],
-      "name": "Multiple link headers",
+      "name": "Multiple context link headers",
       "purpose": "Loading a file when multiple link headers are returned is an error",
       "input": "remote-doc-0012-in.json",
-      "expect": "multiple content link headers"
+      "expect": "multiple context link headers"
     }
   ]
 }