From d33a3a48a4068053f4f52da5929555e1759eac84 Mon Sep 17 00:00:00 2001 From: Don Brutzman <brutzman@nps.edu> Date: Thu, 8 Oct 2020 18:12:28 -0700 Subject: [PATCH] accept Terry's changes --- test/edu/nps/moves/dis7/EntityStatePduTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/edu/nps/moves/dis7/EntityStatePduTest.java b/test/edu/nps/moves/dis7/EntityStatePduTest.java index 3712bf7985..c54cb3ae59 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 (1) // Tank -- GitLab