Remove "@annotation automatic recovery" test
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Tue, 15 Jan 2013 10:27:08 +0100
changeset 1125 a8deac8e0ea4
parent 1124 00f23c6269b6
child 1126 814558958f7b
Remove "@annotation automatic recovery" test

This addresses #208.
test-suite/tests/expand-0036-in.jsonld
test-suite/tests/expand-0036-out.jsonld
test-suite/tests/flatten-0036-in.jsonld
test-suite/tests/flatten-0036-out.jsonld
--- a/test-suite/tests/expand-0036-in.jsonld	Mon Jan 14 17:27:37 2013 +0100
+++ b/test-suite/tests/expand-0036-in.jsonld	Tue Jan 15 10:27:08 2013 +0100
@@ -85,10 +85,6 @@
       "@value": "language-tagged string Prop",
       "@language": "en",
       "@annotation": "prop"
-    },
-    {
-      "@value": "annotation using an array with just one element (automatic recovery)",
-      "@annotation": [ "prop" ]
     }
   ]
 }
--- a/test-suite/tests/expand-0036-out.jsonld	Mon Jan 14 17:27:37 2013 +0100
+++ b/test-suite/tests/expand-0036-out.jsonld	Tue Jan 15 10:27:08 2013 +0100
@@ -107,10 +107,6 @@
             "@value": "language-tagged string Prop",
             "@language": "en",
             "@annotation": "prop"
-         },
-         {
-             "@value": "annotation using an array with just one element (automatic recovery)",
-             "@annotation": "prop"
          }
       ]
    }
--- a/test-suite/tests/flatten-0036-in.jsonld	Mon Jan 14 17:27:37 2013 +0100
+++ b/test-suite/tests/flatten-0036-in.jsonld	Tue Jan 15 10:27:08 2013 +0100
@@ -85,10 +85,6 @@
       "@value": "language-tagged string Prop",
       "@language": "en",
       "@annotation": "prop"
-    },
-    {
-      "@value": "annotation using an array with just one element (automatic recovery)",
-      "@annotation": [ "prop" ]
     }
   ]
 }
--- a/test-suite/tests/flatten-0036-out.jsonld	Mon Jan 14 17:27:37 2013 +0100
+++ b/test-suite/tests/flatten-0036-out.jsonld	Tue Jan 15 10:27:08 2013 +0100
@@ -102,10 +102,6 @@
                 "@annotation": "prop",
                 "@language": "en",
                 "@value": "language-tagged string Prop"
-            },
-            {
-                "@annotation": "prop",
-                "@value": "annotation using an array with just one element (automatic recovery)"
             }
         ]
     },
@@ -135,4 +131,4 @@
     {
         "@id": "http://example.org/type"
     }
-]
\ No newline at end of file
+]