Skip to content

Commit

Permalink
Mark off TODO for appropriately matching blank nodes in test
Browse files Browse the repository at this point in the history
  • Loading branch information
LakshyAAAgrawal committed Apr 14, 2021
1 parent 5473d11 commit 56b7c47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/java/com/KRacR/s2c/SparqlToCypherTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ public boolean accept(File file) {
}

// TODO: Account for ORDER BY queries
// TODO: Account for BLANK nodes
// TODO: Match all column names in both the result sets
assertEquals(sparql_result, cypher_result, String.format("Equality test failed for %s/queries/%s", folder, query_file.getName()));
}
Expand Down

0 comments on commit 56b7c47

Please sign in to comment.