X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=core%2Ftest%2Fnet%2Fsf%2Fopenrocket%2Frocketcomponent%2FFinSetTest.java;h=61d63d4ae01c7e15a4f4c9cbf7c3a11ca44c5f3c;hb=4da92a4e994992a78d62a7ca21c88d6c41292d6f;hp=abec65ceecd216f1da0179315b22338bdc0b5050;hpb=fb75481e190d4f789e7ac6d062560b823b267adc;p=debian%2Fopenrocket diff --git a/core/test/net/sf/openrocket/rocketcomponent/FinSetTest.java b/core/test/net/sf/openrocket/rocketcomponent/FinSetTest.java index abec65ce..61d63d4a 100644 --- a/core/test/net/sf/openrocket/rocketcomponent/FinSetTest.java +++ b/core/test/net/sf/openrocket/rocketcomponent/FinSetTest.java @@ -31,7 +31,7 @@ public class FinSetTest extends BaseTestCase { private void testFreeformConvert(FinSet fin) { FreeformFinSet converted; - Material mat = Material.newMaterial(Type.BULK, "foo", 0.1, true); + Material mat = Material.newUserMaterial(Type.BULK, "foo", 0.1); fin.setBaseRotation(1.1); fin.setCantAngle(0.001);