RESOLVED - BATCH-695: SystemCommandTaskletIntegrationTests fails on Java 6 for Mac OS X
applied patch
This commit is contained in:
@@ -46,7 +46,7 @@ public class SystemCommandTaskletIntegrationTests extends TestCase {
|
||||
* Failed execution scenario - error exit code returned by system command.
|
||||
*/
|
||||
public void testExecuteFailure() throws Exception {
|
||||
String command = "java -invalid-argument";
|
||||
String command = "java org.springframework.batch.sample.tasklet.UnknownClass";
|
||||
tasklet.setCommand(command);
|
||||
tasklet.afterPropertiesSet();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user