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();