[fix][comment] fixed test explanatory comment to be accurate
This commit is contained in:
parent
168fa689c5
commit
db79511184
@ -245,7 +245,7 @@ public class RocketTest extends BaseTestCase {
|
|||||||
body.setOuterRadiusAutomatic(true);
|
body.setOuterRadiusAutomatic(true);
|
||||||
assertEquals(" radius match: ", expRadius, body.getOuterRadius(), EPSILON);
|
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);
|
final BodyTube body = (BodyTube) booster.getChild(0);
|
||||||
assertEquals(" radius match: ", expRadius, body.getOuterRadius(), EPSILON);
|
assertEquals(" radius match: ", expRadius, body.getOuterRadius(), EPSILON);
|
||||||
final Transition tailCone = (Transition)booster.getChild(1);
|
final Transition tailCone = (Transition)booster.getChild(1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user