Review update-silent test cases

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