Re: Testcase coverage

Thanks, Steve.

I've added this as basic/manifest#bgp-no-match .

Glitter passes it.

Lee

Steve Harris wrote:
> 
> On the telecon I said I'd go through our internal tests to make sure 
> they were all covered by the DAWG testsuite, other than a few specific 
> optimisation tests that are hard to port I only found the following:
> 
> data
> 
> :john a foaf:Person ;
>    foaf:name "John Smith" .
> 
> query
> 
> SELECT ?x
> WHERE {
>   ?x foaf:name "John Smith" ;
>      a foaf:Womble .
> }
> 
> 
> results
> 
> ------
> | ?x |
> ------
> ------
> 
> This is probably covered somewhere, but I couldn't see it.
> 
> - Steve
> 

Received on Saturday, 11 August 2007 05:42:48 UTC