BorderCloud/TFT-tests

Test sq04 : error in input

BorderCloud opened this issue · 0 comments

The input data of 'sq04 - Subquery within graph pattern, default graph does not apply' is:

<rdf:RDF>
<rdf:Description rdf:about="http://www.example.org/instance#no">
<ex:p rdf:resource="http://www.example.org/instance#no"/>
</rdf:Description>
</rdf:RDF>

but for some reason the expected result looks like:

<result>
    <binding name='x'><uri>http://www.example.org/instance#c</uri></binding>
</result>
<result>
    <binding name='x'><uri>http://www.example.org/instance#a</uri></binding>
</result>

e.g. expects resuts from non-existing RDF nodes in the supplied data.
see the error