Re: 2 New INSERT DATA test cases (was: Test case proposal in the context of RV-10: insert-data-same-bnode)

ARQ passes these new tests.

However, they will not be in the EARL report for ARQ and others.

http://www.w3.org/2009/sparql/implementations/

Maybe it would be better to stick with the approved test suite and 
associated reports that we have for the meeting next week?

	Andy

On 25/09/12 21:40, Polleres, Axel wrote:
> Note that I added another variant of that test case for approval now which uses two INSERT DATAs in one request, i.e.
>
> 1)
>    http://www.w3.org/2009/sparql/docs/tests/data-sparql11/basic-update/insert-data-same-bnode.ru
> shall test the behavior of
>     INSERT DATA { GRAPH :g1  { _:b :p :o }
>                GRAPH :g2  { _:b :p :o } }
>
> 2)
>    http://www.w3.org/2009/sparql/docs/tests/data-sparql11/basic-update/insert-data-same-bnode2.ru
> shall test the behavior of
>   INSERT DATA { GRAPH :g1  { _:b :p :o } } ;
>   INSERT DATA { GRAPH :g2  { _:b :p :o } }
>
>
> Axel

Received on Thursday, 27 September 2012 11:54:59 UTC