RESOLVED - BATCH-434 and BATCH-438 ExitStatus cleaned up (postponed commit from friday)
This commit is contained in:
@@ -189,11 +189,6 @@ public class ExitStatusTests extends TestCase {
|
||||
assertEquals("Bar", status.getExitDescription());
|
||||
}
|
||||
|
||||
public void testRunningIsRunning() throws Exception {
|
||||
assertTrue(ExitStatus.RUNNING.isRunning());
|
||||
assertTrue(new ExitStatus(true, "RUNNING").isRunning());
|
||||
}
|
||||
|
||||
public void testUnkownIsRunning() throws Exception {
|
||||
assertTrue(ExitStatus.UNKNOWN.isRunning());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user