Skip to content

Commit

Permalink
Added two new tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iherman authored and gkellogg committed Feb 12, 2024
1 parent eaf67e3 commit 3f21a27
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/manifest.csv
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,6 @@ test071,dataset - isomorphic default and node named,Isomorphic graphs in default
test072,dataset - shared blank nodes,Blank nodes shared in default and named graph,0,Approved,,TRUE,TRUE
test073,dataset - referencing graph name,Default graph with blank node shared with graph name,0,Approved,,TRUE,TRUE
test074,poison - Clique Graph,A 10-node Clique of blank node resources all inter-related.,40,Approved,,RDFC10NegativeEvalTest,FALSE
test075,blank node - diamond (uses SHA-384),Same as test020 except for using SHA-384,0,Approved,SHA384,TRUE,TRUE
test075,blank node - diamond (uses SHA-384),Same as test020 except for using SHA-384,0,Approved,SHA384,TRUE,TRUE
test076,duplicate ground triple in input,The duplicate triples must be removed,0,Approved,,TRUE,FALSE
test077,duplicate triple with blank node in input,The duplicate triples must be removed,0,Approved,,TRUE,FALSE
2 changes: 2 additions & 0 deletions tests/rdfc10/test076-in.nq
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<https://www.example.org/s> <https://www.example.org/p> <https://www.example.org/o> .
<https://www.example.org/s> <https://www.example.org/p> <https://www.example.org/o> .
1 change: 1 addition & 0 deletions tests/rdfc10/test076-rdfc10.nq
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<https://www.example.org/s> <https://www.example.org/p> <https://www.example.org/o> .
2 changes: 2 additions & 0 deletions tests/rdfc10/test077-in.nq
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<https://www.example.org/s> <https://www.example.org/p> _:o .
<https://www.example.org/s> <https://www.example.org/p> _:o .
1 change: 1 addition & 0 deletions tests/rdfc10/test077-rdfc10.nq
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<https://www.example.org/s> <https://www.example.org/p> _:c14n0 .

0 comments on commit 3f21a27

Please sign in to comment.