Found the bug, it was just a SQL syntax error.

This commit is contained in:
akwizgran
2011-07-23 11:29:23 +01:00
parent 0edcb31d64
commit 13f18d9e40
9 changed files with 165 additions and 41 deletions

View File

@@ -468,6 +468,7 @@ public abstract class DatabaseComponentTest extends TestCase {
will(returnValue(true));
oneOf(ackWriter).addBatchId(batchId1);
will(returnValue(false));
oneOf(ackWriter).finish();
// Record the batch that was acked
oneOf(database).removeBatchesToAck(txn, contactId, acks);
}});