Fix remote-doc-manifest errors.
authorGregg Kellogg <gregg@kellogg-assoc.com>
Tue, 03 Sep 2013 15:29:36 -0700
changeset 1959 26e81e2b0d9a
parent 1958 5e135ee4c4f0
child 1960 2f0783cb31a0
Fix remote-doc-manifest errors.
test-suite/tests/remote-doc-manifest.jsonld
--- a/test-suite/tests/remote-doc-manifest.jsonld	Tue Sep 03 15:24:03 2013 -0700
+++ b/test-suite/tests/remote-doc-manifest.jsonld	Tue Sep 03 15:29:36 2013 -0700
@@ -39,28 +39,28 @@
       "@type": ["jld:PositiveEvaluationTest", "jld:ExpandTest"],
       "name": "Load JSON-LD through 301 redirect",
       "purpose": "Loading a document with a redirect should use the redirected URL as document base",
-      "input": "remote-doc-0005-in.jldt",
+      "input": "remote-doc-0005-in.jsonld",
       "expect": "remote-doc-0001-out.jsonld"
     }, {
       "@id": "#t0006",
       "@type": ["jld:PositiveEvaluationTest", "jld:ExpandTest"],
       "name": "Load JSON-LD through 303 redirect",
       "purpose": "Loading a document with a redirect should use the redirected URL as document base",
-      "input": "remote-doc-0006-in.jldt",
+      "input": "remote-doc-0006-in.jsonld",
       "expect": "remote-doc-0001-out.jsonld"
     }, {
       "@id": "#t0007",
       "@type": ["jld:PositiveEvaluationTest", "jld:ExpandTest"],
       "name": "Load JSON-LD through 307 redirect",
       "purpose": "Loading a document with a redirect should use the redirected URL as document base",
-      "input": "remote-doc-0007-in.jldt",
+      "input": "remote-doc-0007-in.jsonld",
       "expect": "remote-doc-0001-out.jsonld"
     }, {
       "@id": "#t0008",
       "@type": ["jld:NegativeEvaluationTest", "jld:ExpandTest"],
       "name": "Non-existant file (403)",
       "purpose": "Loading a non-existant file raises locaing document failed error",
-      "input": "remote-doc-0004-in.jldt",
+      "input": "remote-doc-0008-in.jldt",
       "expect": "loading document failed"
     }, {
       "@id": "#t0009",
@@ -88,7 +88,7 @@
       "@type": ["jld:NegativeEvaluationTest", "jld:ExpandTest"],
       "name": "Multiple link headers",
       "purpose": "Loading a file when multiple link headers are returned is an error",
-      "input": "remote-doc-0012-in.jldt",
+      "input": "remote-doc-0012-in.json",
       "expect": "multiple content link headers"
     }
   ]