diff --git a/core/test/net/sf/openrocket/rocketcomponent/RocketTest.java b/core/test/net/sf/openrocket/rocketcomponent/RocketTest.java index ff5d05b75..e75146eca 100644 --- a/core/test/net/sf/openrocket/rocketcomponent/RocketTest.java +++ b/core/test/net/sf/openrocket/rocketcomponent/RocketTest.java @@ -245,7 +245,7 @@ public class RocketTest extends BaseTestCase { body.setOuterRadiusAutomatic(true); assertEquals(" radius match: ", expRadius, body.getOuterRadius(), EPSILON); } - { // test auto-radius within a stage: body tube -> trailing transition + { // test auto-radius within a stage: tail cone -> body tube final BodyTube body = (BodyTube) booster.getChild(0); assertEquals(" radius match: ", expRadius, body.getOuterRadius(), EPSILON); final Transition tailCone = (Transition)booster.getChild(1);