Update framing tests to not include nodes which consists of only @id
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Mon, 22 Jul 2013 09:56:51 +0200
changeset 1811 7322c6a63d36
parent 1810 8d7db0097b07
child 1812 5fc6b8942644
Update framing tests to not include nodes which consists of only @id

I'm not sure this is what we want but it was a consequence of @gkellogg's change in cd397a5a601349de45c9c0d15ee97cfd673dd53e.

/cc @niklasl, @dlongley, @msporny

This addresses #279.
test-suite/tests/frame-0020-out.jsonld
test-suite/tests/frame-0021-out.jsonld
--- a/test-suite/tests/frame-0020-out.jsonld	Sun Jul 21 21:30:55 2013 -0400
+++ b/test-suite/tests/frame-0020-out.jsonld	Mon Jul 22 09:56:51 2013 +0200
@@ -76,7 +76,5 @@
       "@type": "http://www.w3.org/2001/XMLSchema#integer",
       "@value": 5
     }
-  }, {
-    "@id": "http://www.w3.org/2001/XMLSchema#integer"
   }]
 }
--- a/test-suite/tests/frame-0021-out.jsonld	Sun Jul 21 21:30:55 2013 -0400
+++ b/test-suite/tests/frame-0021-out.jsonld	Mon Jul 22 09:56:51 2013 +0200
@@ -42,10 +42,5 @@
     "dc:description": "An introductory chapter on The Republic.",
     "dc:list": [1, 2, 3, 4, 4, 4, 5],
     "dc:title": "The Introduction"
-  }, {
-    "@id": "ex:Chapter"
-  },
-  {
-    "@id": "ex:Library"
   }]
 }