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

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Tue Jul 23 07:35:32 UTC 2019


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

New commits:
commit 7d7ec597da0d6511303c633222c577f6b0b4fee1
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon Jul 22 12:26:26 2019 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Tue Jul 23 09:34:21 2019 +0200

    cid#1448466 RV: Bad use of return value
    
    Change-Id: Ied76faa2a2745f16d67484d9a7f587081379f3c7
    Reviewed-on: https://gerrit.libreoffice.org/76137
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/qadevOOo/runner/lib/MultiPropertyTest.java b/qadevOOo/runner/lib/MultiPropertyTest.java
index 75834fba631c..4c63b4c45f67 100644
--- a/qadevOOo/runner/lib/MultiPropertyTest.java
+++ b/qadevOOo/runner/lib/MultiPropertyTest.java
@@ -170,7 +170,7 @@ public class MultiPropertyTest extends MultiMethodTest
                 catch (java.lang.IllegalArgumentException e)
                 {
                     // skipping test since new value is not available
-                    Status.failed("Cannot create new value for '" + propName + " : " + e.getMessage());
+                    log.println("Cannot create new value for '" + propName + " : " + e.getMessage());
                     return;
                 }
 


More information about the Libreoffice-commits mailing list