Update test .htaccess.
--- 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