Skip to content

Commit 831feb1

Browse files
committed
Remove redundancy in SPARQL test classes
1 parent c453c2b commit 831feb1

File tree

3 files changed

+183
-191
lines changed

3 files changed

+183
-191
lines changed

ns/test-manifest.ttl

+10-18
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,11 @@
106106

107107
:PositiveSyntaxTest rdf:type rdfs:Class ;
108108
rdfs:label "Positive Syntax Test" ;
109-
rdfs:comment "A type of test specifically for syntax testing. Syntax tests are not required to have an associated result, only an action." .
109+
rdfs:comment "A type of test specifically for syntax testing. Syntax tests are not required to have an associated result, only an action. Tests are expected to define their spec version." .
110+
111+
:PositiveUpdateSyntaxTest rdf:type rdfs:Class ;
112+
rdfs:label "Positive Syntax Test for SPARQL Update" ;
113+
rdfs:comment "A type of test specifically for syntax testing of SPARQL Update. Syntax tests are not required to have an associated result, only an action. Tests are expected to define their spec version." .
110114

111115
:PositiveSyntaxTest11 rdf:type rdfs:Class ;
112116
rdfs:label "Positive Syntax Test for SPARQL1.1 Query" ;
@@ -116,18 +120,14 @@
116120
rdfs:label "Positive Syntax Test for SPARQL1.1 Update" ;
117121
rdfs:comment "A type of test specifically for syntax testing of SPARQL1.1 Update. Syntax tests are not required to have an associated result, only an action." .
118122

119-
:PositiveSyntaxTestSparql rdf:type rdfs:Class ;
120-
rdfs:label "Positive Syntax Test for SPARQL Query" ;
121-
rdfs:comment "A type of test specifically for syntax testing of new features in the SPARQL Query Language. Syntax tests are not required to have an associated result, only an action. Tests are expected to define their spec version." .
122-
123-
:PositiveUpdateSyntaxTestSparql rdf:type rdfs:Class ;
124-
rdfs:label "Positive Syntax Test for SPARQL Update" ;
125-
rdfs:comment "A type of test specifically for syntax testing of SPARQL Update. Syntax tests are not required to have an associated result, only an action. Tests are expected to define their spec version." .
126-
127123

128124
:NegativeSyntaxTest rdf:type rdfs:Class ;
129125
rdfs:label "Negative Syntax Test" ;
130-
rdfs:comment "A type of test specifically for syntax testing. Syntax tests are not required to have an associated result, only an action. Negative syntax tests are tests of which the result should be a parser error." .
126+
rdfs:comment "A type of test specifically for syntax testing. Syntax tests are not required to have an associated result, only an action. Negative syntax tests are tests of which the result should be a parser error. Tests are expected to define their spec version." .
127+
128+
:NegativeUpdateSyntaxTest rdf:type rdfs:Class ;
129+
rdfs:label "Negative Syntax Test for SPARQL Update" ;
130+
rdfs:comment "A type of test specifically for syntax testing of SPARQL Update. Syntax tests are not required to have an associated result, only an action. Negative syntax tests are tests of which the result should be a parser error. Tests are expected to define their spec version." .
131131

132132
:NegativeSyntaxTest11 rdf:type rdfs:Class ;
133133
rdfs:label "Negative Syntax Test for SPARQL1.1 Query" ;
@@ -137,14 +137,6 @@
137137
rdfs:label "Negative Syntax Test for SPARQL1.1 Update" ;
138138
rdfs:comment "A type of test specifically for syntax testing of SPARQL1.1 Update. Syntax tests are not required to have an associated result, only an action. Negative syntax tests are tests of which the result should be a parser error." .
139139

140-
:NegativeSyntaxTestSparql rdf:type rdfs:Class ;
141-
rdfs:label "Negative Syntax Test for SPARQL Query" ;
142-
rdfs:comment "A type of test specifically for syntax testing of new features in the SPARQL Query Language. Syntax tests are not required to have an associated result, only an action. Negative syntax tests are tests of which the result should be a parser error. Tests are expected to define their spec version." .
143-
144-
:NegativeUpdateSyntaxTestSparql rdf:type rdfs:Class ;
145-
rdfs:label "Negative Syntax Test for SPARQL Update" ;
146-
rdfs:comment "A type of test specifically for syntax testing of SPARQL Update. Syntax tests are not required to have an associated result, only an action. Negative syntax tests are tests of which the result should be a parser error. Tests are expected to define their spec version." .
147-
148140

149141
:QueryEvaluationTest rdf:type rdfs:Class ;
150142
rdfs:label "Query Evaluation Test" ;

0 commit comments

Comments
 (0)