Runs SPARQL JSON result format testsuite

pull/114/head
Tpt 3 years ago
parent 5f986f5858
commit 54eadcf7ad
  1. 8
      testsuite/tests/sparql.rs

@ -114,6 +114,14 @@ fn sparql11_update_w3c_evaluation_testsuite() -> Result<()> {
)
}
#[test]
fn sparql11_json_w3c_evaluation_testsuite() -> Result<()> {
run_testsuite(
"http://www.w3.org/2009/sparql/docs/tests/data-sparql11/json-res/manifest.ttl",
vec![],
)
}
#[test]
fn sparql11_tsv_w3c_evaluation_testsuite() -> Result<()> {
run_testsuite(

Loading…
Cancel
Save