Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

Commit

Permalink
Updating test to accept more than the expected number of triples
Browse files Browse the repository at this point in the history
  • Loading branch information
escowles committed Apr 9, 2014
1 parent 3cfc5c0 commit 8000795
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -77,7 +77,7 @@ public void indexerTest() throws Exception {
"SELECT ?p \n" +
"WHERE \n" +
"{ ?p fcrepo:hasParent ?c }";
assertEquals("Triple should return from search!", 1, countQueryTriples(sparqlQuery));
assertTrue("Triple should return from search!", countQueryTriples(sparqlQuery) > 0);

// remove object
sparqlIndexer.remove(uri);
Expand Down

0 comments on commit 8000795

Please sign in to comment.