Skip to content

Commit

Permalink
Support version-agnostic SPARQL test classes
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Oct 23, 2024
1 parent 923b15d commit 58c0309
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions lib/testcase/TestCaseHandlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ module.exports = {
new TestCaseNegativeSyntaxHandler(),
'http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveUpdateSyntaxTest11':
new TestCasePositiveSyntaxHandler(),
'http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTestSparql':
new TestCaseNegativeSyntaxHandler(),
'http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTestSparql':
new TestCasePositiveSyntaxHandler(),
'http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeUpdateSyntaxTestSparql':
new TestCaseNegativeSyntaxHandler(),
'http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveUpdateSyntaxTestSparql':
new TestCasePositiveSyntaxHandler(),
'http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest':
new TestCaseUpdateEvaluationHandler(),
'http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#CSVResultFormatTest':
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,6 @@
"sparqlxml-parse": "^2.1.1",
"stream-to-string": "^1.1.0",
"streamify-string": "^1.0.1"
}
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}

0 comments on commit 58c0309

Please sign in to comment.