ACTION DaveB: propose replacement for tests that have ?foo, ?Bar "DaveB notes action is for all tests" -- http://www.w3.org/2004/12/14-dawg-irc The only test that need replacing to remove the commas in the SELECT is http://www.w3.org/2001/sw/DataAccess/tests/data/examples/ex2-4a.rq (The above test URI is a 403. Can some W3C team person please make http://www.w3.org/2001/sw/DataAccess/tests/data/examples/ and below world readable? ) Proposed change: OLD: ---------------------------------------------------------------------- PREFIX foaf: <http://xmlns.com/foaf/0.1/> SELECT ?name, ?mbox WHERE ( ?x foaf:name ?name ) ( ?x foaf:mbox ?mbox ) ---------------------------------------------------------------------- NEW: ---------------------------------------------------------------------- PREFIX foaf: <http://xmlns.com/foaf/0.1/> SELECT ?name ?mbox WHERE ( ?x foaf:name ?name ) ( ?x foaf:mbox ?mbox ) ---------------------------------------------------------------------- A separate action I have on tests for SOURCE will mean changing the following two (unapproved) tests to match the "untrusted graphs" proposal http://lists.w3.org/Archives/Public/public-rdf-dawg/2004OctDec/0421.html and I will remove the commas when I update: http://www.w3.org/2001/sw/DataAccess/tests/data/source-named/query-8.4.rq http://www.w3.org/2001/sw/DataAccess/tests/data/source-named/query-8.5.rq There are no other test queries with commas in SELECT DaveReceived on Friday, 17 December 2004 14:15:43 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 1 October 2009 14:42:00 GMT