Fix more remote-doc errors.
--- 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"
}
]
}