From 178ec93e95055fc3e20584bda758980f7f6dbf3a Mon Sep 17 00:00:00 2001 From: Tinglyyy Date: Sun, 8 Feb 2026 12:00:46 +0100 Subject: [PATCH] Fixed naming bug in license folder --- src/main/resources/license/{junit => junit-jupiter}/epl2.0 | 0 .../oacswing/test/CustomizedTests.java | 4 ---- 2 files changed, 4 deletions(-) rename src/main/resources/license/{junit => junit-jupiter}/epl2.0 (100%) 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);