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.java13
1 files changed, 0 insertions, 13 deletions
diff --git a/qadevOOo/runner/convwatch/EnhancedComplexTestCase.java b/qadevOOo/runner/convwatch/EnhancedComplexTestCase.java
index a96dc7abdaf6..a53a48b38e8e 100644
--- a/qadevOOo/runner/convwatch/EnhancedComplexTestCase.java
+++ b/qadevOOo/runner/convwatch/EnhancedComplexTestCase.java
@@ -28,16 +28,6 @@ import convwatch.GraphicalTestArguments;
public abstract class EnhancedComplexTestCase extends ComplexTestCase
{
- // public void before()
- // {
- // // System.out.println("before()");
- // }
-
- // public void after()
- // {
- // // System.out.println("after()");
- // }
-
void checkExistance(String _sScriptFile, String _sName)
{
// Process testshl = Runtime.getRuntime().exec(scriptFile);
@@ -53,12 +43,9 @@ public abstract class EnhancedComplexTestCase extends ComplexTestCase
{
String sError = "Must quit. " + _sName + " may be not accessible.";
assure(sError, false);
- // System.exit(1);
}
else
{
- // System.out.println("Output from script:");
- // System.out.println(sText);
}
}