diff --git a/test/edu/nps/moves/dis7/BitFieldRoundTripTest.java b/test/edu/nps/moves/dis7/BitFieldRoundTripTest.java
index 2978c5dcc7ec898130884c5bd51f7a723d8258ed..d21bd403ccc7493e76d5d33f15e03acfc976351f 100644
--- a/test/edu/nps/moves/dis7/BitFieldRoundTripTest.java
+++ b/test/edu/nps/moves/dis7/BitFieldRoundTripTest.java
@@ -77,9 +77,9 @@ public class BitFieldRoundTripTest
     espdu.setEntityOrientation(euler);
     
     LandPlatformAppearance app = new LandPlatformAppearance();
-    app.set(LandPlatformAppearance.BLACKOUT_BRAKE_LIGHTS_ON, 1)
-      .set(LandPlatformAppearance.CAMOUFLAGE_TYPE, AppearanceCamouflageType.FOREST_CAMOUFLAGE.getValue())
-      .set(LandPlatformAppearance.IS_FROZEN,1);
+    app.set(LandPlatformAppearance.BLACKOUTBRAKELIGHTSON, 1)
+      .set(LandPlatformAppearance.CAMOUFLAGETYPE, AppearanceCamouflageType.FOREST_CAMOUFLAGE.getValue())
+      .set(LandPlatformAppearance.ISFROZEN,1);
   
     try {
       disNetworkInterface.send(espdu);