Skip to content

Commit

Permalink
fix unit test after other tests were commented out.
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed May 21, 2012
1 parent 8138dc7 commit 9b65aa1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -458,7 +458,7 @@ public void testBshTransactionalRoutingOnUpdate() {

batches = getOutgoingBatchService().getOutgoingBatches(NODE_GROUP_NODE_3, false);
filterForChannels(batches, testChannel);
Assert.assertEquals(getDbDialect().supportsTransactionId() ? 1 : 530, batches.getBatches()
Assert.assertEquals(getDbDialect().supportsTransactionId() ? 1 : 510, batches.getBatches()
.size());
Assert.assertEquals(getDbDialect().supportsTransactionId() ? count : 1, (int) batches
.getBatches().get(0).getDataEventCount());
Expand Down

0 comments on commit 9b65aa1

Please sign in to comment.