- From: Olivier Corby <Olivier.Corby@sophia.inria.fr>
- Date: Tue, 23 Aug 2011 13:43:42 +0200
- To: SPARQL Working Group <public-rdf-dawg@w3.org>
- Message-ID: <4E53926E.3060109@sophia.inria.fr>
Hi,
I have reviewed and run the test case on update-silent (action 523) :
http://www.w3.org/2009/sparql/docs/tests/data-sparql11/update-silent/
There is a recurring typo in the manifest rdfs:comment :
withou -> without
Two queries do not correspond to what is specified in the manifest:
:clear-default-silent rdf:type mf:UpdateEvaluationTest ;
mf:name "CLEAR SILENT DEFAULT" ;
rdfs:comment "Clearing the already empty default graph. (This
operation would also succeed withou SILENT)" ;
dawgt:approval dawgt:NotClassified ;
mf:action [ ut:request <clear-default-silent.ru> ;
] ;
mf:result [] .
clear-default-silent.ru :
CLEAR DEFAULT
** Query should be:
CLEAR SILENT DEFAULT
________________________________
:drop-default-silent rdf:type mf:UpdateEvaluationTest ;
mf:name "DROP SILENT DEFAULT" ;
rdfs:comment "Clearing the already empty default graph. (This
operation would also succeed withou SILENT)" ;
dawgt:approval dawgt:NotClassified ;
mf:action [ ut:request <drop-default-silent.ru> ;
] ;
mf:result [] .
drop-default-silent.ru :
DROP DEFAULT
** Query should be:
DROP SILENT DEFAULT
________________________________
Best regards,
Olivier
Received on Tuesday, 23 August 2011 11:44:21 UTC