Skip to content

Commit

Permalink
Removed unnecessary test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanRace committed Mar 4, 2019
1 parent a67e6e4 commit eeeac55
Showing 1 changed file with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.");
}

}

0 comments on commit eeeac55

Please sign in to comment.