From 2bad65410db82186435285562e36b837ad26e20f Mon Sep 17 00:00:00 2001 From: kruland2607 Date: Sun, 21 Apr 2013 21:42:32 -0500 Subject: [PATCH] Ignore changes to ignition, stage separation, and motor configuration. --- .../net/sf/openrocket/rocketcomponent/ComponentCompare.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/core/test/net/sf/openrocket/rocketcomponent/ComponentCompare.java b/core/test/net/sf/openrocket/rocketcomponent/ComponentCompare.java index f37d71d6c..8aff7b8e6 100644 --- a/core/test/net/sf/openrocket/rocketcomponent/ComponentCompare.java +++ b/core/test/net/sf/openrocket/rocketcomponent/ComponentCompare.java @@ -18,7 +18,10 @@ public class ComponentCompare { private static final String[] IGNORED_METHODS = { "getClass", "getChildCount", "getChildren", "getNextComponent", "getID", "getPreviousComponent", "getParent", "getRocket", "getRoot", "getStage", - "getStageNumber", "getComponentName", "getDefaultFlightConfiguration", + "getStageNumber", "getComponentName", + "getStageSeparationConfiguration", + "getMotorConfiguration", + "getIgnitionConfiguration", // Rocket specific methods: "getModID", "getMassModID", "getAerodynamicModID", "getTreeModID", "getFunctionalModID", "getFlightConfigurationIDs", "getDefaultConfiguration", "getMotorMounts"