[Libreoffice-commits] core.git: qadevOOo/runner

Tobias Madl tobias.madl.dev at gmail.com
Tue Sep 23 23:39:31 PDT 2014


 qadevOOo/runner/convwatch/EnhancedComplexTestCase.java |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 8f661c6b2b870452bf45c9fd1b7c56a8978c2482
Author: Tobias Madl <tobias.madl.dev at gmail.com>
Date:   Tue Sep 23 12:09:07 2014 +0000

    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 at gmail.com>
    Tested-by: Noel Grandin <noelgrandin at gmail.com>

diff --git a/qadevOOo/runner/convwatch/EnhancedComplexTestCase.java b/qadevOOo/runner/convwatch/EnhancedComplexTestCase.java
index 16a743e..7146680 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()");


More information about the Libreoffice-commits mailing list