More name shortening in manifests
authorGregg Kellogg <gregg@kellogg-assoc.com>
Sat, 17 Aug 2013 18:29:33 -0700
changeset 1901 1ca8a2426fd6
parent 1900 31af3c56c0ed
child 1902 862d97be983b
More name shortening in manifests
test-suite/tests/fromRdf-manifest.jsonld
test-suite/tests/toRdf-manifest.jsonld
--- a/test-suite/tests/fromRdf-manifest.jsonld	Sat Aug 17 18:01:02 2013 -0700
+++ b/test-suite/tests/fromRdf-manifest.jsonld	Sat Aug 17 18:29:33 2013 -0700
@@ -59,7 +59,7 @@
       "@id": "#t0008",
       "@type": ["jld:PositiveEvaluationTest", "jld:FromRDFTest"],
       "name": "List conversion",
-      "purpose": "Conversion of lists of lists (the triples in the input are only partially ordered on purpose)",
+      "purpose": "Conversion of lists of lists (the triples in the input are only partially ordered on purpose",
       "input": "fromRdf-0008-in.nq",
       "expect": "fromRdf-0008-out.jsonld"
     }, {
--- a/test-suite/tests/toRdf-manifest.jsonld	Sat Aug 17 18:01:02 2013 -0700
+++ b/test-suite/tests/toRdf-manifest.jsonld	Sat Aug 17 18:29:33 2013 -0700
@@ -408,7 +408,7 @@
     }, {
       "@id": "#t0063",
       "@type": ["jld:PositiveEvaluationTest", "jld:ToRDFTest"],
-      "name": "Expanding lists and sets with properties having coercion coerces list/set values",
+      "name": "Lists and sets of properties with list/set coercion",
       "purpose": "RDF version of expand-0023",
       "input": "toRdf-0063-in.jsonld",
       "expect": "toRdf-0063-out.nq"
@@ -576,7 +576,7 @@
     }, {
       "@id": "#t0087",
       "@type": ["jld:PositiveEvaluationTest", "jld:ToRDFTest"],
-      "name": "Free-floating values in sets are removed, free-floating lists are removed completely",
+      "name": "Remove free-floating set values and lists",
       "purpose": "RDF version of expand-0047",
       "input": "toRdf-0087-in.jsonld",
       "expect": "toRdf-0087-out.nq"
@@ -716,14 +716,14 @@
     }, {
       "@id": "#t0107",
       "@type": ["jld:PositiveEvaluationTest", "jld:ToRDFTest"],
-      "name": "prefix:suffix values are not interpreted as compact IRIs if suffix begins with two slashes",
+      "name": "prefix:://sufffix not a compact IRI",
       "purpose": "RDF version of expand-0067",
       "input": "toRdf-0107-in.jsonld",
       "expect": "toRdf-0107-out.nq"
     }, {
       "@id": "#t0108",
       "@type": ["jld:PositiveEvaluationTest", "jld:ToRDFTest"],
-      "name": "prefix:suffix values are not interpreted as compact IRIs if prefix is an underscore",
+      "name": "_::sufffix not a compact IRI",
       "purpose": "RDF version of expand-0068",
       "input": "toRdf-0108-in.jsonld",
       "expect": "toRdf-0108-out.nq"
@@ -737,7 +737,7 @@
     }, {
       "@id": "#t0110",
       "@type": ["jld:PositiveEvaluationTest", "jld:ToRDFTest"],
-      "name": "Redefine compact IRI to define type mapping using the compact IRI itself as string value",
+      "name": "Redefine compact IRI with itself",
       "purpose": "RDF version of expand-0070",
       "input": "toRdf-0110-in.jsonld",
       "expect": "toRdf-0110-out.nq"