Update compact-0004 which had repeated keys.
authorGregg Kellogg <gregg@kellogg-assoc.com>
Thu, 29 Mar 2012 15:41:25 -0700
changeset 432 3c6b5b274c48
parent 431 dd9c8848f82c
child 433 342f1be8f350
Update compact-0004 which had repeated keys.
test-suite/context.jsonld
test-suite/tests/compact-0004-in.jsonld
test-suite/tests/compact-0004-out.jsonld
--- a/test-suite/context.jsonld	Thu Mar 29 14:34:11 2012 -0400
+++ b/test-suite/context.jsonld	Thu Mar 29 15:41:25 2012 -0700
@@ -1,6 +1,6 @@
 {
   "@context": {
-    "dc":       "http://purl.org/dc/elements/1.1/",
+    "dc":       "http://purl.org/dc/terms/",
     "jld":      "http://json-ld.org/test-suite/vocab#",
     "test":     "http://www.w3.org/2006/03/test-description#",
     "rdfs":     "http://www.w3.org/2000/01/rdf-schema#",
--- a/test-suite/tests/compact-0004-in.jsonld	Thu Mar 29 14:34:11 2012 -0400
+++ b/test-suite/tests/compact-0004-in.jsonld	Thu Mar 29 15:41:25 2012 -0700
@@ -6,7 +6,7 @@
   "http://example.org/list1": {"@list": []},
   "http://example.org/list2": {"@list": [null]},
   "http://example.org/set1": {"@set": []},
-  "http://example.org/set1": {"@set": [null]},
+  "http://example.org/set2": {"@set": [null]},
   "http://example.org/set3": [],
   "http://example.org/set4": [null]
 }
\ No newline at end of file
--- a/test-suite/tests/compact-0004-out.jsonld	Thu Mar 29 14:34:11 2012 -0400
+++ b/test-suite/tests/compact-0004-out.jsonld	Thu Mar 29 15:41:25 2012 -0700
@@ -11,7 +11,7 @@
   "http://example.org/list1": {"@list": []},
   "http://example.org/list2": {"@list": []},
   "http://example.org/set1": [],
-  "http://example.org/set1": [],
+  "http://example.org/set2": [],
   "http://example.org/set3": [],
   "http://example.org/set4": []
 }
\ No newline at end of file