Update test manifest names and descriptions
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Tue, 06 Aug 2013 17:57:46 +0200
changeset 1843 f4b77ca0c196
parent 1842 9454515e6b6d
child 1844 da14d4e4ce70
Update test manifest names and descriptions

in response to a discussion with pkuyken on IRC. Section titles such as "JSON-LD to Expansion tests use object compare" are not very useful (and actually the same title was used twice).

@gkellogg: Could you please update the report generator template to use the names as section title (instead of the description) and to also include the description. Thanks
test-suite/tests/compact-manifest.jsonld
test-suite/tests/error-expand-manifest.jsonld
test-suite/tests/expand-manifest.jsonld
test-suite/tests/flatten-manifest.jsonld
test-suite/tests/frame-manifest.jsonld
test-suite/tests/fromRdf-manifest.jsonld
test-suite/tests/normalize-manifest.jsonld
test-suite/tests/toRdf-manifest.jsonld
--- a/test-suite/tests/compact-manifest.jsonld	Tue Aug 06 07:11:15 2013 -0700
+++ b/test-suite/tests/compact-manifest.jsonld	Tue Aug 06 17:57:46 2013 +0200
@@ -2,8 +2,8 @@
   "@context": "http://json-ld.org/test-suite/context.jsonld",
   "@id": "",
   "@type": "mf:Manifest",
-  "description": "JSON-LD to Compaction tests use object compare",
-  "name": "compact",
+  "name": "Compaction",
+  "description": "JSON-LD compaction tests use object comparison.",
   "baseIri": "http://json-ld.org/test-suite/tests/",
   "sequence": [
     {
--- a/test-suite/tests/error-expand-manifest.jsonld	Tue Aug 06 07:11:15 2013 -0700
+++ b/test-suite/tests/error-expand-manifest.jsonld	Tue Aug 06 17:57:46 2013 +0200
@@ -2,8 +2,8 @@
   "@context": "http://json-ld.org/test-suite/context.jsonld",
   "@id": "",
   "@type": "mf:Manifest",
-  "description": "JSON-LD to Expansion tests use object compare",
-  "name": "error-expand",
+  "name": "Expansion Error",
+  "description": "These expansion tests result in an error and are verified by comparing the error code.",
   "baseIri": "http://json-ld.org/test-suite/tests/",
   "sequence": [
     {
--- a/test-suite/tests/expand-manifest.jsonld	Tue Aug 06 07:11:15 2013 -0700
+++ b/test-suite/tests/expand-manifest.jsonld	Tue Aug 06 17:57:46 2013 +0200
@@ -2,8 +2,8 @@
   "@context": "http://json-ld.org/test-suite/context.jsonld",
   "@id": "",
   "@type": "mf:Manifest",
-  "description": "JSON-LD to Expansion tests use object compare",
-  "name": "expand",
+  "name": "Expansion",
+  "description": "JSON-LD expansion tests use object comparison.",
   "baseIri": "http://json-ld.org/test-suite/tests/",
   "sequence": [
     {
--- a/test-suite/tests/flatten-manifest.jsonld	Tue Aug 06 07:11:15 2013 -0700
+++ b/test-suite/tests/flatten-manifest.jsonld	Tue Aug 06 17:57:46 2013 +0200
@@ -2,8 +2,8 @@
   "@context": "http://json-ld.org/test-suite/context.jsonld",
   "@id": "",
   "@type": "mf:Manifest",
-  "description": "JSON-LD flatten tests use object compare",
-  "name": "flatten",
+  "name": "Flattening",
+  "description": "JSON-LD flattening tests use object comparison.",
   "baseIri": "http://json-ld.org/test-suite/tests/",
   "sequence": [
     {
--- a/test-suite/tests/frame-manifest.jsonld	Tue Aug 06 07:11:15 2013 -0700
+++ b/test-suite/tests/frame-manifest.jsonld	Tue Aug 06 17:57:46 2013 +0200
@@ -2,8 +2,8 @@
   "@context": "http://json-ld.org/test-suite/context.jsonld",
   "@id": "",
   "@type": "mf:Manifest",
-  "description": "JSON-LD to Framing tests use object compare",
-  "name": "frame",
+  "name": "Framing",
+  "description": "JSON-LD framing tests use object comparison.",
   "baseIri": "http://json-ld.org/test-suite/tests/",
     "sequence": [{
       "@id": "#t0001",
--- a/test-suite/tests/fromRdf-manifest.jsonld	Tue Aug 06 07:11:15 2013 -0700
+++ b/test-suite/tests/fromRdf-manifest.jsonld	Tue Aug 06 17:57:46 2013 +0200
@@ -2,8 +2,8 @@
   "@context": "http://json-ld.org/test-suite/context.jsonld",
   "@id": "",
   "@type": "mf:Manifest",
-  "description": "RDF to JSON-LD tests take N-Quads Input",
-  "name": "fromRdf",
+  "name": "Deserialize RDF to JSON-LD",
+  "description": "Deserialize RDF to JSON-LD tests take N-Quads input and use object comparison.",
   "baseIri": "http://json-ld.org/test-suite/tests/",
   "sequence": [
     {
--- a/test-suite/tests/normalize-manifest.jsonld	Tue Aug 06 07:11:15 2013 -0700
+++ b/test-suite/tests/normalize-manifest.jsonld	Tue Aug 06 17:57:46 2013 +0200
@@ -2,8 +2,8 @@
   "@context": "http://json-ld.org/test-suite/context.jsonld",
   "@id": "",
   "@type": "mf:Manifest",
-  "description": "JSON-LD to normalized RDF tests output N-Quads use string compare",
-  "name": "normalize",
+  "name": "Normalization",
+  "description": "JSON-LD to normalized RDF tests output N-Quads and use string comparison.",
   "baseIri": "http://json-ld.org/test-suite/tests/",
   "sequence": [
     {
--- a/test-suite/tests/toRdf-manifest.jsonld	Tue Aug 06 07:11:15 2013 -0700
+++ b/test-suite/tests/toRdf-manifest.jsonld	Tue Aug 06 17:57:46 2013 +0200
@@ -2,8 +2,8 @@
   "@context": "http://json-ld.org/test-suite/context.jsonld",
   "@id": "",
   "@type": "mf:Manifest",
-  "description": "JSON-LD to RDF tests generate N-Quads Output",
-  "name": "toRdf",
+  "name": "Serialization to RDF",
+  "description": "JSON-LD to RDF tests generate N-Quads output and use string comparison.",
   "baseIri": "http://json-ld.org/test-suite/tests/",
   "sequence": [
     {