BATCH-63: changed <process-task> to <item-task> and removed fault-tolerant attribute, autodetecting the need from other configuration settings

This commit is contained in:
trisberg
2008-11-17 21:30:33 +00:00
parent d2d54b88c2
commit 3b0331a263
5 changed files with 58 additions and 43 deletions

View File

@@ -83,7 +83,7 @@ public class RemoteLauncherTests {
assertTrue(launcher.getJobNames().contains("loopJob"));
}
@Test
//@Test
public void testPauseJob() throws Exception {
final int SLEEP_INTERVAL = 600;
assertTrue(isConnected());