From 5cfd9032c64464b2926c575105ade34c23b694a9 Mon Sep 17 00:00:00 2001 From: SiboVG Date: Tue, 25 Oct 2022 16:42:46 +0200 Subject: [PATCH] Delete left-over dummy test This test was necessary because otherwise the unit tests would fail due to a lack of unit tests in this file --- .../test/net/sf/openrocket/communication/UpdateInfoTest.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/core/test/net/sf/openrocket/communication/UpdateInfoTest.java b/core/test/net/sf/openrocket/communication/UpdateInfoTest.java index 5b2f18daa..025d00190 100644 --- a/core/test/net/sf/openrocket/communication/UpdateInfoTest.java +++ b/core/test/net/sf/openrocket/communication/UpdateInfoTest.java @@ -26,11 +26,6 @@ public class UpdateInfoTest extends BaseTestCase { /** How much long does the test allow it to take */ private static final int ALLOWANCE = 2000; - @Test - public void dummyTest() { - // Yes, I passed! - } - // TODO: write unit test for new software update /*private HttpURLConnectionMock setup() { HttpURLConnectionMock connection = new HttpURLConnectionMock();