Fix negative turtle evaluation tests
test-modules/online.scm
| 88 | 88 | (action (car (get-objects predicates "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#action")))) | |
| 89 | 89 | (cond | |
| 90 | 90 | ((member type '("TestTurtlePositiveSyntax" "TestTurtleNegativeSyntax" | |
| 91 | - | "TestTurtleEval" "PositiveEntailmentTest" | |
| 92 | - | "NegativeEntailmentTest")) | |
| 91 | + | "TestTurtleEval" "TestTurtleNegativeEval" | |
| 92 | + | "PositiveEntailmentTest" "NegativeEntailmentTest")) | |
| 93 | 93 | (turtle->rdf (get-test-doc action) action)) | |
| 94 | 94 | ((member type '("TestNQuadsNegativeSyntax" "TestNQuadsPositiveSyntax")) | |
| 95 | 95 | (nquads->rdf (get-test-doc action)))))) |