Skip to content

Commit c7817c2

Browse files
authored
Add modeling of Protocol test details to manifest (#312)
Adds modeling of Protocol test behavior, and updates tests: * Update protocol tests to use direct POST encoding where possible This avoids the use of form-url encoding and makes the query/update strings easier to read * Semantic changes to a few tests to restore original intent * Fix test #update_base_uri to properly clear graph; Use SILENT form of CLEAR GRAPH to ensure graph is empty before the test runs, regardless of whether the graph already exists. * Add rdfs:comment with some notes on the manifest and running the tests
1 parent 7f939d0 commit c7817c2

4 files changed

Lines changed: 1598 additions & 422 deletions

File tree

sparql/sparql11/protocol/data1.nt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<http://kasei.us/2009/09/sparql/data/data1.rdf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Document> .

sparql/sparql11/protocol/data2.nt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<http://kasei.us/2009/09/sparql/data/data2.rdf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Document> .

sparql/sparql11/protocol/data3.nt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<http://kasei.us/2009/09/sparql/data/data3.rdf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Document> .

0 commit comments

Comments
 (0)