summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/convwatch/EnhancedComplexTestCase.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/convwatch/EnhancedComplexTestCase.java')
-rw-r--r--qadevOOo/runner/convwatch/EnhancedComplexTestCase.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/qadevOOo/runner/convwatch/EnhancedComplexTestCase.java b/qadevOOo/runner/convwatch/EnhancedComplexTestCase.java
index e169d9fb84ee..3257d13f0f56 100644
--- a/qadevOOo/runner/convwatch/EnhancedComplexTestCase.java
+++ b/qadevOOo/runner/convwatch/EnhancedComplexTestCase.java
@@ -40,10 +40,9 @@ public abstract class EnhancedComplexTestCase extends ComplexTestCase
void checkExistance(String _sScriptFile, String _sName)
{
- boolean bBackValue = false;
// Process testshl = Runtime.getRuntime().exec(scriptFile);
ProcessHandler aHandler = new ProcessHandler(_sScriptFile);
- bBackValue = aHandler.executeSynchronously();
+ aHandler.executeSynchronously();
TimeHelper.waitInSeconds(1, "wait after ProcessHandler.executeSynchronously()");
StringBuffer aBuffer = new StringBuffer();