Update unit tests for fin point exception
This commit is contained in:
parent
2b80e43e32
commit
718f5b7add
@ -1316,7 +1316,7 @@ public class FreeformFinSetTest extends BaseTestCase {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testGenerateBodyPointsWhenFinOutsideParentBounds() {
|
||||
public void testGenerateBodyPointsWhenFinOutsideParentBounds() throws IllegalFinPointException {
|
||||
final Rocket rkt = createTemplateRocket();
|
||||
final Transition tailCone = (Transition) rkt.getChild(0).getChild(2);
|
||||
final FreeformFinSet fins = this.createFinOnConicalTransition(tailCone);
|
||||
|
Loading…
x
Reference in New Issue
Block a user