diff --git a/test/edu/nps/moves/dis7/EntityStatePduTest.java b/test/edu/nps/moves/dis7/EntityStatePduTest.java
index df946af848cd200d29cfc2616d25d0b04de6719d..e7a49496d45fea415eb3b874ccec8d39ecf9fe04 100644
--- a/test/edu/nps/moves/dis7/EntityStatePduTest.java
+++ b/test/edu/nps/moves/dis7/EntityStatePduTest.java
@@ -35,7 +35,7 @@ public class EntityStatePduTest extends PduTest
     // TODO test various alternate constructors and utility methods
     
     EntityType   entityType = new EntityType()
-                    .setEntityKind (EntityKind.PLATFORM).setEntityKind(EntityKind.PLATFORM)  //(short) 1); // Platform (vs lifeform, munition, sensor, etc.); //(short) 1); // Platform (vs lifeform, munition, sensor, etc.)
+                    .setEntityKind (EntityKind.PLATFORM)  //(short) 1); // Platform (vs lifeform, munition, sensor, etc.); //(short) 1); // Platform (vs lifeform, munition, sensor, etc.)
                     .setCountry    (Country.UNITED_STATES_OF_AMERICA_USA)  // 225 USA
                     .setDomain     (Domain.inst(PlatformDomain.LAND))      // Land (vs air, surface, subsurface, space)
                     .setCategory   ((byte) 1)   // Tank
diff --git a/test/edu/nps/moves/dis7/PduTest.java b/test/edu/nps/moves/dis7/PduTest.java
index 493298a5198153f30429f2e88510ec7609008ec0..623cc104c4dbb94f3e4478bf1b2b8f56ae8d9e33 100644
--- a/test/edu/nps/moves/dis7/PduTest.java
+++ b/test/edu/nps/moves/dis7/PduTest.java
@@ -133,6 +133,7 @@ abstract public class PduTest
     {
         receivedPdu = newPdu;
     }
+    
     /** 
      * Initial common tests for fields in PDU header.
      * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a>
@@ -169,6 +170,7 @@ abstract public class PduTest
             System.out.println("================================================================");
         }
     }
+    
     /** 
      * Final common tests of PDU characteristics after individual fields are checked.
      * See <a href="https://en.wikipedia.org/wiki/Marshalling_(computer_science)" target="_blank">https://en.wikipedia.org/wiki/Marshalling_(computer_science)</a>