Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

same function passed to p_select_match_fn in Data.RDF.GraphTestUtils #22

Open
robstewart57 opened this issue Dec 26, 2014 · 0 comments
Open

Comments

@robstewart57
Copy link
Owner

I don't understand some of the same definitions for the property test cases for select*. E.g. two triples t1 and t2 are apparently the same for p_select_match_spo in

same t1 t2 = subjectOf t1 == subjectOf t2 && predicateOf t1 == predicateOf t2 &&
                 objectOf t1 /= objectOf t2

Why objectOf t1 /= objectOf t2 ? I'd have thought objectOf t1 == objectOf t2 .

This oddity is seen in p_select_match_sp and p_select_match_so and p_select_match_spo.

https://github.com/robstewart57/rdf4h/blob/master/testsuite/tests/Data/RDF/GraphTestUtils.hs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant