Skip to content
Snippets Groups Projects
Commit d33a3a48 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

accept Terry's changes

parent 367dbb3e
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ public class EntityStatePduTest extends PduTest ...@@ -35,7 +35,7 @@ public class EntityStatePduTest extends PduTest
// TODO test various alternate constructors and utility methods // TODO test various alternate constructors and utility methods
EntityType entityType = new EntityType() 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 .setCountry (Country.UNITED_STATES_OF_AMERICA_USA) // 225 USA
.setDomain (Domain.inst(PlatformDomain.LAND)) // Land (vs air, surface, subsurface, space) .setDomain (Domain.inst(PlatformDomain.LAND)) // Land (vs air, surface, subsurface, space)
.setCategory (1) // Tank .setCategory (1) // Tank
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment