From 3a6ede1180c764c3e1c088b912257e6e169cf75c Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@DESKTOP-2S09UKA>
Date: Sun, 11 Aug 2019 22:56:54 -0700
Subject: [PATCH] report number of different PDU types created, retest sat with
 OpenDISv7 classes coexisting in project classpath

---
 .../src/DisExamples/PduSenderTerminalLog.txt  | 25 ++++++++++---------
 1 file changed, 13 insertions(+), 12 deletions(-)

diff --git a/examples/src/DisExamples/PduSenderTerminalLog.txt b/examples/src/DisExamples/PduSenderTerminalLog.txt
index b9e8805eed..d2b471978f 100644
--- a/examples/src/DisExamples/PduSenderTerminalLog.txt
+++ b/examples/src/DisExamples/PduSenderTerminalLog.txt
@@ -59,21 +59,22 @@ PDU of type SET_RECORD_R not supported, created or sent
 PDU of type RECORD_QUERY_R not supported, created or sent 
 PDU of type COLLISION_ELASTIC not supported, created or sent 
 PDU of type ENTITY_STATE_UPDATE not supported, created or sent 
-Sent PDU of type edu.nps.moves.dis.AcknowledgePdu
-Sent PDU of type edu.nps.moves.dis.ActionRequestPdu
-Sent PDU of type edu.nps.moves.dis.CollisionPdu
-Sent PDU of type edu.nps.moves.dis.CommentPdu
-Sent PDU of type edu.nps.moves.dis.CreateEntityPdu
-Sent PDU of type edu.nps.moves.dis.DetonationPdu
+Send the 17 PDUs we created...
 Sent PDU of type edu.nps.moves.dis.EntityStatePdu
 Sent PDU of type edu.nps.moves.dis.FirePdu
-Sent PDU of type edu.nps.moves.dis.RemoveEntityPdu
-Sent PDU of type edu.nps.moves.dis.RepairCompletePdu
-Sent PDU of type edu.nps.moves.dis.RepairResponsePdu
-Sent PDU of type edu.nps.moves.dis.ResupplyCancelPdu
+Sent PDU of type edu.nps.moves.dis.DetonationPdu
+Sent PDU of type edu.nps.moves.dis.CollisionPdu
+Sent PDU of type edu.nps.moves.dis.ServiceRequestPdu
 Sent PDU of type edu.nps.moves.dis.ResupplyOfferPdu
 Sent PDU of type edu.nps.moves.dis.ResupplyReceivedPdu
-Sent PDU of type edu.nps.moves.dis.ServiceRequestPdu
+Sent PDU of type edu.nps.moves.dis.ResupplyCancelPdu
+Sent PDU of type edu.nps.moves.dis.RepairCompletePdu
+Sent PDU of type edu.nps.moves.dis.RepairResponsePdu
+Sent PDU of type edu.nps.moves.dis.CreateEntityPdu
+Sent PDU of type edu.nps.moves.dis.RemoveEntityPdu
 Sent PDU of type edu.nps.moves.dis.StartResumePdu
 Sent PDU of type edu.nps.moves.dis.StopFreezePdu
-BUILD SUCCESSFUL (total time: 0 seconds)
+Sent PDU of type edu.nps.moves.dis.AcknowledgePdu
+Sent PDU of type edu.nps.moves.dis.ActionRequestPdu
+Sent PDU of type edu.nps.moves.dis.CommentPdu
+BUILD SUCCESSFUL (total time: 1 second)
-- 
GitLab