diff --git a/test/edu/nps/moves/dis7/AllPduRoundTripTest.java b/test/edu/nps/moves/dis7/AllPduRoundTripTest.java index a98057ecdf7fcfba855afca7d7ba4e8d40836ca2..a4e34f37fc8b0b6a9ee47c40d6e5dd7e038d8d77 100644 --- a/test/edu/nps/moves/dis7/AllPduRoundTripTest.java +++ b/test/edu/nps/moves/dis7/AllPduRoundTripTest.java @@ -177,6 +177,8 @@ public class AllPduRoundTripTest private void setupSenderRecorder() throws Exception { pduRecorder = new PduRecorder(); // default network address, port, logfile dir + pduRecorder.setDescriptor(this.getClass().getName() + "unit test"); + pduRecorder.start(); disNetworkInterface = pduRecorder.getDisThreadedNetworkInterface(); // When the DisThreadedNetworkInterface receives a pdu, a call is made to the