From ae1ccd83207587fecfb779559e1a629c2efcaa81 Mon Sep 17 00:00:00 2001 From: Sibo Van Gool Date: Fri, 28 Jan 2022 01:22:16 +0100 Subject: [PATCH] [fixes #825] Implement dummy unit test Whoops, apparently you can't just comment out everything... --- .../test/net/sf/openrocket/communication/UpdateInfoTest.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/test/net/sf/openrocket/communication/UpdateInfoTest.java b/core/test/net/sf/openrocket/communication/UpdateInfoTest.java index 025d00190..5b2f18daa 100644 --- a/core/test/net/sf/openrocket/communication/UpdateInfoTest.java +++ b/core/test/net/sf/openrocket/communication/UpdateInfoTest.java @@ -26,6 +26,11 @@ 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();