From e4803399600bb8ccfdfbecdd9c8c168e6ecaea51 Mon Sep 17 00:00:00 2001 From: brinn <brinn> Date: Tue, 10 Jun 2008 16:11:56 +0000 Subject: [PATCH] fix: relax test even further to also work with the Apple JRE SVN: 6556 --- .../cisd/common/process/ProcessExecutionHelperTest.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/common/sourceTest/java/ch/systemsx/cisd/common/process/ProcessExecutionHelperTest.java b/common/sourceTest/java/ch/systemsx/cisd/common/process/ProcessExecutionHelperTest.java index e48bd216765..a81414c86c6 100644 --- a/common/sourceTest/java/ch/systemsx/cisd/common/process/ProcessExecutionHelperTest.java +++ b/common/sourceTest/java/ch/systemsx/cisd/common/process/ProcessExecutionHelperTest.java @@ -270,9 +270,7 @@ public class ProcessExecutionHelperTest result.log(); assertFalse(result.isRun()); assertTrue(result.getStartupFailureMessage(), result.getStartupFailureMessage().indexOf( - "some_non_existent_executable") >= 0 - && result.getStartupFailureMessage().indexOf("IOException") >= 0); - System.out.println("Startup failure: " + result.getStartupFailureMessage()); + "some_non_existent_executable") >= 0); } } -- GitLab