Skip to content

Commit aa570c2

Browse files
Ajit GeorgeAjit George
authored andcommitted
Test correction for Git Issue 361
1 parent d5412a0 commit aa570c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-complete/src/test/java/com/marklogic/client/functionaltest/TestSparqlQueryManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ public void testExecuteAskInTransactions() throws IOException, SAXException, Par
955955
// Verify result.
956956
boolean bAskInAnotherTrans = sparqlQmgr.executeAsk(qdef, tAnother);
957957
System.out.println(bAskInAnotherTrans);
958-
assertFalse("Method testExecuteAskInTransactions result is incorrect. Records should be returned.", bAskInAnotherTrans);
958+
assertTrue("Method testExecuteAskInTransactions result is incorrect. Records should be returned.", bAskInAnotherTrans);
959959

960960
// Handle the transaction.
961961
tAnother.commit();

0 commit comments

Comments
 (0)