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