Update test .htaccess.
authorGregg Kellogg <gregg@kellogg-assoc.com>
Tue, 03 Sep 2013 15:24:03 -0700
changeset 1958 5e135ee4c4f0
parent 1957 ce304cba36b4
child 1959 26e81e2b0d9a
Update test .htaccess.
test-suite/tests/.htaccess
test-suite/tests/remote-doc-0010-in.json
--- a/test-suite/tests/.htaccess	Tue Sep 03 15:17:05 2013 -0700
+++ b/test-suite/tests/.htaccess	Tue Sep 03 15:24:03 2013 -0700
@@ -8,9 +8,9 @@
 AddType application/jldTest .jldte
 
 # Tests 0005-0007, status redirect to 0001
-RewriteRule ^remote-doc-0005-in.jsonld$ remote-doc-0001-in.jsonld [R=301]
-RewriteRule ^remote-doc-0006-in.jsonld$ remote-doc-0001-in.jsonld [R=303]
-RewriteRule ^remote-doc-0007-in.jsonld$ remote-doc-0001-in.jsonld [R=307]
+RewriteRule ^remote-doc-0005-in.jsonld$ tests/remote-doc-0001-in.jsonld [R=301]
+RewriteRule ^remote-doc-0006-in.jsonld$ tests/remote-doc-0001-in.jsonld [R=303]
+RewriteRule ^remote-doc-0007-in.jsonld$ tests/remote-doc-0001-in.jsonld [R=307]
 
 # Tests 0009-0011 Add link header
 <FilesMatch "remote-doc-0009-in.jsonld">
--- a/test-suite/tests/remote-doc-0010-in.json	Tue Sep 03 15:17:05 2013 -0700
+++ b/test-suite/tests/remote-doc-0010-in.json	Tue Sep 03 15:24:03 2013 -0700
@@ -0,0 +1,4 @@
+[{
+  "@id": "",
+  "term": "value"
+}]
\ No newline at end of file