// This test will only send the FIRST ACK message from the server. So, the method call
// should blow out after the second missing ack
public void testDroppedSecondAck() throws Exception {
IntrepidTesting.setInterInstanceBridgeDisabled( true );
UnitTestHook hook = new UnitTestHook() {
boolean sent_one_ack = false;
@Override
public boolean dropMessageSend( VMID destination, IMessage message )
throws IOException {