diff options
author | Tobias Madl <tobias.madl.dev@gmail.com> | 2014-09-23 12:09:07 +0000 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2014-09-24 06:39:02 +0000 |
commit | 8f661c6b2b870452bf45c9fd1b7c56a8978c2482 (patch) | |
tree | 59660b6749ca81cfaec60a99be2a671b02f3d8c3 /qadevOOo/runner | |
parent | 9416f4e8ab5fe9e1006bf8afd0b9d0ed2655a315 (diff) |
fdo#39625 Make existing CppUnittests work
Just removed some useless comment.
Change-Id: I3f43e245849b82f8a1257c6ac0bace673d0ca9d6
Reviewed-on: https://gerrit.libreoffice.org/11604
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'qadevOOo/runner')
-rw-r--r-- | qadevOOo/runner/convwatch/EnhancedComplexTestCase.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qadevOOo/runner/convwatch/EnhancedComplexTestCase.java b/qadevOOo/runner/convwatch/EnhancedComplexTestCase.java index 16a743e251fc..714668025fca 100644 --- a/qadevOOo/runner/convwatch/EnhancedComplexTestCase.java +++ b/qadevOOo/runner/convwatch/EnhancedComplexTestCase.java @@ -29,7 +29,6 @@ public abstract class EnhancedComplexTestCase extends ComplexTestCase { private void checkExistance(String _sScriptFile, String _sName) { - // Process testshl = Runtime.getRuntime().exec(scriptFile); ProcessHandler aHandler = new ProcessHandler(_sScriptFile); aHandler.executeSynchronously(); TimeHelper.waitInSeconds(1, "wait after ProcessHandler.executeSynchronously()"); |