From eeeac55a119707e26c40a6efc5620f38c404dfe0 Mon Sep 17 00:00:00 2001 From: Alan Race Date: Mon, 4 Mar 2019 16:42:20 +0100 Subject: [PATCH] Removed unnecessary test --- .../WatersRAWTomzMLConverterTest.java | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/jimzMLConverter/src/test/java/com/alanmrace/jimzmlconverter/WatersRAWTomzMLConverterTest.java b/jimzMLConverter/src/test/java/com/alanmrace/jimzmlconverter/WatersRAWTomzMLConverterTest.java index 97e7966..369880b 100644 --- a/jimzMLConverter/src/test/java/com/alanmrace/jimzmlconverter/WatersRAWTomzMLConverterTest.java +++ b/jimzMLConverter/src/test/java/com/alanmrace/jimzmlconverter/WatersRAWTomzMLConverterTest.java @@ -81,19 +81,5 @@ public void testGetCommand() { // TODO review the generated test code and remove the default call to fail. fail("The test case is a prototype."); } - - /** - * Test of main method, of class WatersRAWTomzMLConverter. - * @throws java.lang.Exception - */ - @Test - @Ignore - public void testMain() throws Exception { - System.out.println("main"); - String[] args = null; - WatersRAWTomzMLConverter.main(args); - // TODO review the generated test code and remove the default call to fail. - fail("The test case is a prototype."); - } }