diff --git a/src/main/resources/license/junit/epl2.0 b/src/main/resources/license/junit-jupiter/epl2.0 similarity index 100% rename from src/main/resources/license/junit/epl2.0 rename to src/main/resources/license/junit-jupiter/epl2.0 diff --git a/src/test/java/org/openautonomousconnection/oacswing/test/CustomizedTests.java b/src/test/java/org/openautonomousconnection/oacswing/test/CustomizedTests.java index c9dcd37..9787c30 100644 --- a/src/test/java/org/openautonomousconnection/oacswing/test/CustomizedTests.java +++ b/src/test/java/org/openautonomousconnection/oacswing/test/CustomizedTests.java @@ -24,10 +24,6 @@ public class CustomizedTests { frame.setLayout(new FlowLayout()); - OACLabel imageLabel = new OACLabel(TempIcons.TEMP_HOLE_ICON.ofSize(IconSize.MEDIUM)); - - //frame.add(new OACTitledComponent<>("Titled", imageLabel)); - frame.add(new OACButton()); frame.setVisible(true);