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

Robert Antoni Buj i Gelonch robert.buj at gmail.com
Thu Oct 16 02:36:42 PDT 2014


 qadevOOo/runner/convwatch/GraphicalTestArguments.java |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3a6987beaf85876e1061d553cdc134d40c54597e
Author: Robert Antoni Buj i Gelonch <robert.buj at gmail.com>
Date:   Wed Oct 15 18:34:53 2014 +0200

    runner: if .. else if .. else
    
    Change-Id: If9c07074b60b14d0f4e947754d4bf34e4f2f9676
    Reviewed-on: https://gerrit.libreoffice.org/11990
    Reviewed-by: Noel Grandin <noelgrandin at gmail.com>
    Tested-by: Noel Grandin <noelgrandin at gmail.com>

diff --git a/qadevOOo/runner/convwatch/GraphicalTestArguments.java b/qadevOOo/runner/convwatch/GraphicalTestArguments.java
index 5fc4bed..e4dd7c0 100644
--- a/qadevOOo/runner/convwatch/GraphicalTestArguments.java
+++ b/qadevOOo/runner/convwatch/GraphicalTestArguments.java
@@ -218,7 +218,7 @@ public class GraphicalTestArguments
                 // m_tWithBorderMove = TriState.UNSET;
                 m_tWithBorderMove = TriState.FALSE;
             }
-            if (sWithBorderMove.equalsIgnoreCase("yes") ||
+            else if (sWithBorderMove.equalsIgnoreCase("yes") ||
                 sWithBorderMove.equalsIgnoreCase("true"))
             {
                 m_tWithBorderMove = TriState.TRUE;


More information about the Libreoffice-commits mailing list