216217218219220221222223224225226
//Wind up fConn1.close(); fConn2.close(); txM.rollback(); //There should be no output assertEquals(0, m_outgoingDirectory.listFiles().length);
344345346347348349350351352353354
} catch (FileConnectionException ex) { } txM.rollback(); //There should be no output assertEquals(0, m_outgoingDirectory.listFiles().length); }