* testQueueStateAfterRemove
*/
@Test
public void testQueueStateAfterRemove() throws Exception {
// Always start off as empty
QueueState state = this.queueDbg.checkQueueState();
assertEquals(QueueState.BLOCKED_EMPTY, state);
// Insert a bunch of txns that all have the same initiating timestamp
Collection<AbstractTransaction> added = this.loadQueue(NUM_TXNS);
assertEquals(added.size(), this.queue.size());