We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc3eda3 commit 52d68f9Copy full SHA for 52d68f9
src/test/java/org/scijava/batch/BatchServiceTest.java
@@ -68,7 +68,7 @@ public void testModuleBatchProcessor() {
68
inputMap.put("moduleInfo", scriptInfo);
69
inputMap.put("inputChoice", "input");
70
inputMap.put("inputFileList", files);
71
- inputMap.put("outputFolder", null);
+ //inputMap.put("outputFolder", null);
72
ModuleService moduleService = context.getService(ModuleService.class);
73
CommandService commandService = context
74
.getService(CommandService.class);
0 commit comments