Update remote-doc-0009 so it's not an empty document.
--- a/test-suite/tests/remote-doc-0009-in.jsonld Tue Sep 03 16:03:54 2013 -0700
+++ b/test-suite/tests/remote-doc-0009-in.jsonld Tue Sep 03 16:10:34 2013 -0700
@@ -1,4 +1,5 @@
[{
"@id": "",
- "term": "value"
+ "http://example/0009/term": "value1",
+ "term": "value2"
}]
\ No newline at end of file
--- a/test-suite/tests/remote-doc-0009-out.jsonld Tue Sep 03 16:03:54 2013 -0700
+++ b/test-suite/tests/remote-doc-0009-out.jsonld Tue Sep 03 16:10:34 2013 -0700
@@ -1,3 +1,4 @@
[{
- "@id": "http://json-ld.org/test-suite/tests/remote-doc-0009-in.jsonld"
+ "@id": "http://json-ld.org/test-suite/tests/remote-doc-0009-in.jsonld",
+ "http://example/0009/term": {"@value": "value1"}
}]
\ No newline at end of file