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."); - } }