- From: Andy Seaborne <andy.seaborne@epimorphics.com>
- Date: Tue, 20 Nov 2012 19:28:27 +0000
- To: SPARQL Working Group <public-rdf-dawg@w3.org>
There are two things remaining: 1/ Test "POST - multipart/form-data" expects 200 yet it's a POST with no reply so 204 (No Content) is correct. 2/ Test "POST - empty graph to existing graph" (second to last) is in fact a PUT. This clears the target which explains why the next test fails. Test "GET of POST - after noop" => "unexpected returned RDF graph" but in fact it's right because the so-called noop preceeding it wasn't a noop. http://lists.w3.org/Archives/Public/public-rdf-dawg/2012OctDec/0120.html Andy Minor: There are two "POST - create new graph" although Fuseki only received one. From "POST - create new graph" -- [21] POST http://people.apache.org:3030/ds/ [21] Host people.apache.org:3030 [21] Content-Length 218 [21] Content-Type text/turtle; charset=utf-8 [21] User-Agent Python-httplib2/$Rev$ [21] Cache-Control no-cache [21] Accept-Encoding identity [21] All: POST /ds :: '' :: [text/turtle charset=utf-8] ? [21] Post: Content-Type=text/turtle, Charset=utf-8 => Turtle [21] Location: http://people.apache.org:3030/ds/1 [21] 201 Created [22] GET http://people.apache.org:3030/ds/1 [22] Host people.apache.org:3030 [22] Accept text/turtle; charset=utf-8 [22] User-Agent Python-httplib2/$Rev$ [22] Cache-Control no-cache [22] Accept-Encoding gzip, deflate [22] All: GET /ds :: '1' :: <none> ? [22] Get: Content-Type=text/turtle, Charset=utf-8 => Turtle [22] Content-Type text/turtle [22] 200 OK [23] PUT http://people.apache.org:3030/ds/1 [23] Host people.apache.org:3030 [23] Content-Length 0 [23] Content-Type text/turtle; charset=utf-8 [23] User-Agent Python-httplib2/$Rev$ [23] Cache-Control no-cache [23] Accept-Encoding identity [23] All: PUT /ds :: '1' :: [text/turtle charset=utf-8] ? [23] Body: Content-Length=0, Content-Type=text/turtle, Charset=utf-8 => Turtle [23] 204 No Content [24] GET http://people.apache.org:3030/ds/1 [24] Host people.apache.org:3030 [24] Accept text/turtle; charset=utf-8 [24] User-Agent Python-httplib2/$Rev$ [24] Cache-Control no-cache [24] Accept-Encoding gzip, deflate [24] All: GET /ds :: '1' :: <none> ? [24] Get: Content-Type=text/turtle, Charset=utf-8 => Turtle [24] Content-Type text/turtle [24] 200 OK
Received on Tuesday, 20 November 2012 19:28:57 UTC