Add compact-0072 from PR #335 to compact-manifest
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Mon, 17 Mar 2014 11:44:25 +0100
changeset 2137 b438624b27d0
parent 2136 c448ba3aea56
child 2138 58cc367b0974
Add compact-0072 from PR #335 to compact-manifest
test-suite/tests/compact-manifest.jsonld
--- a/test-suite/tests/compact-manifest.jsonld	Mon Mar 17 10:33:13 2014 +0100
+++ b/test-suite/tests/compact-manifest.jsonld	Mon Mar 17 11:44:25 2014 +0100
@@ -572,11 +572,19 @@
     }, {
       "@id": "#t0071",
       "@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"],
-      "name": "input has multiple @contexts, output has one",
+      "name": "Input has multiple @contexts, output has one",
       "purpose": "Expanding input with multiple @contexts and compacting with just one doesn't output undefined properties",
       "input": "compact-0071-in.jsonld",
       "context": "compact-0071-context.jsonld",
       "expect": "compact-0071-out.jsonld"
+    }, {
+      "@id": "#t0072",
+      "@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"],
+      "name": "Default language and unmapped properties",
+      "purpose": "Ensure that the default language is handled correctly for unmapped properties",
+      "input": "compact-0072-in.jsonld",
+      "context": "compact-0072-context.jsonld",
+      "expect": "compact-0072-out.jsonld"
     }
   ]
 }