Skip to content

Commit d6a0455

Browse files
committed
Remove semantics tests and test files which had been withdrawn and were not referenced in entries.
1 parent 95220cf commit d6a0455

File tree

1 file changed

+0
-50
lines changed

1 file changed

+0
-50
lines changed

rdf/rdf12/rdf-semantics/manifest.ttl

Lines changed: 0 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -251,16 +251,6 @@ trs:malformed-literal-accepted a mf:PositiveEntailmentTest;
251251
mf:unrecognizedDatatypes ();
252252
test:approval test:NotClassified .
253253

254-
trs:malformed-literal-bnode a mf:PositiveEntailmentTest;
255-
rdfs:comment "Malformed literals can be replaced by blank nodes (withdrawn as the current semantics does not enforce this).";
256-
mf:action <malformed-literal.ttl>;
257-
mf:entailmentRegime "RDF";
258-
mf:name "malformed-literal-bnode";
259-
mf:recognizedDatatypes (xsd:integer);
260-
mf:result <test002or.ttl>;
261-
mf:unrecognizedDatatypes ();
262-
test:approval test:Withdrawn .
263-
264254
trs:malformed-literal-bnode-neg a mf:NegativeEntailmentTest;
265255
rdfs:comment "Malformed literals can not be replaced by blank nodes.";
266256
mf:action <malformed-literal.ttl>;
@@ -271,26 +261,6 @@ trs:malformed-literal-bnode-neg a mf:NegativeEntailmentTest;
271261
mf:unrecognizedDatatypes ();
272262
test:approval test:NotClassified .
273263

274-
trs:malformed-literal-bnode-2 a mf:PositiveEntailmentTest;
275-
rdfs:comment "Identical malformed literals can be replaced with the same blank node (withdrawn as the current semantics does not enforce this).";
276-
mf:action <malformed-literal-2a.ttl>;
277-
mf:entailmentRegime "RDF";
278-
mf:name "malformed-literal-bnode-2";
279-
mf:recognizedDatatypes (xsd:integer);
280-
mf:result <malformed-literal-2r.ttl>;
281-
mf:unrecognizedDatatypes ();
282-
test:approval test:Withdrawn .
283-
284-
trs:malformed-literal-bnode-3 a mf:NegativeEntailmentTest;
285-
rdfs:comment "Identical malformed literals can not be replaced with the same blank node (withdrawn as the current semantics does not enforce this).";
286-
mf:action <malformed-literal-3a.ttl>;
287-
mf:entailmentRegime "RDF";
288-
mf:name "malformed-literal-bnode-3";
289-
mf:recognizedDatatypes (xsd:integer);
290-
mf:result <malformed-literal-3r.ttl>;
291-
mf:unrecognizedDatatypes ();
292-
test:approval test:Withdrawn .
293-
294264
trs:malformed-literal-control a mf:PositiveEntailmentTest;
295265
rdfs:comment "Checks that xsd:integer is indeed recognized, to ensure that malformed-literal-* tests do not pass spuriously.";
296266
mf:action <malformed-literal-control.ttl>;
@@ -381,26 +351,6 @@ trs:same-bnode-same-triple-term a mf:PositiveEntailmentTest;
381351
mf:unrecognizedDatatypes ();
382352
test:approval test:NotClassified .
383353

384-
trs:triple-in-object a mf:PositiveEntailmentTest;
385-
rdfs:comment "Triple terms can appear in object position (withdrawn, as it belongs to concrete syntax test-suites).";
386-
mf:action <test000o.ttl>;
387-
mf:entailmentRegime "simple";
388-
mf:name "triple-in-object";
389-
mf:recognizedDatatypes ();
390-
mf:result <test000o.ttl>;
391-
mf:unrecognizedDatatypes ();
392-
test:approval test:Withdrawn .
393-
394-
trs:triple-in-subject a mf:PositiveEntailmentTest;
395-
rdfs:comment "Quoted triples can appear in subject position (withdrawn, as it belongs to concrete syntax test-suites).";
396-
mf:action <test000s.ttl>;
397-
mf:entailmentRegime "simple";
398-
mf:name "triple-in-subject";
399-
mf:recognizedDatatypes ();
400-
mf:result <test000s.ttl>;
401-
mf:unrecognizedDatatypes ();
402-
test:approval test:Withdrawn .
403-
404354
trs:json-array-ordered a mf:NegativeEntailmentTest;
405355
rdfs:comment "Arrays are ordered in rdf:JSON.";
406356
mf:action <json-array-1.ttl>;

0 commit comments

Comments
 (0)