Fix expected result of error-0023
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Wed, 04 Sep 2013 23:35:50 +0200
changeset 1974 ce3d7ee9f0ef
parent 1973 5a01caa55127
child 1975 7436af69dc79
Fix expected result of error-0023

This tests raises an invalid type mapping error in step 10.2 in the Create Term Definition algorithm.

/cc @gkellogg @dlongley
test-suite/tests/error-manifest.jsonld
--- a/test-suite/tests/error-manifest.jsonld	Wed Sep 04 22:35:25 2013 +0200
+++ b/test-suite/tests/error-manifest.jsonld	Wed Sep 04 23:35:50 2013 +0200
@@ -163,10 +163,10 @@
     }, {
       "@id": "#t0023",
       "@type": [ "jld:NegativeEvaluationTest", "jld:FlattenTest" ],
-      "name": "Invalid IRI mapping",
-      "purpose": "Verifies that an exception is raised in IRI Expansion when a invalid IRI mapping is found",
+      "name": "Invalid IRI mapping (relative IRI in @type)",
+      "purpose": "Verifies that an exception is raised on expansion when a invalid type mapping is found",
       "input": "error-0023-in.jsonld",
-      "expect": "invalid IRI mapping"
+      "expect": "invalid type mapping"
     }, {
       "@id": "#t0024",
       "@type": [ "jld:NegativeEvaluationTest", "jld:FlattenTest" ],