question on constructwhere04 DAWG test

Maybe I'm missing something but the DAWG test constructwhere04 (http://www.w3.org/2009/sparql/docs/tests/summary.html#constructwhere04) differs from many of the other tests in that rather than specifying input datasets, it uses a FROM clause from which the data is apparently supposed to be obtained. There aren't any other tests that use FROM in this way that I can see.

I notice that the Sesame tests contain

	protected void runTest()
		throws Exception
  
       // -- snip 

			if (dataset != null) {
				query.setDataset(dataset);
			}

which would seem to be special casing the behavior for this query. Is that right?

thanks,
--
Gary Warren King, metabang.com 
Cell: (413) 559 8738
Fax: (206) 338-4052
gwkkwg on Skype * garethsan on AIM * gwking on twitter

Received on Tuesday, 8 May 2012 12:54:43 UTC