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

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Wed Jul 24 19:35:58 UTC 2019


 qadevOOo/tests/java/ifc/text/_XSimpleText.java |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ceac24b4a140a471a36f423bf48dce32860e8911
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed Jul 24 10:53:42 2019 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Wed Jul 24 21:34:01 2019 +0200

    cid#1448461 RV: Bad use of return value
    
    Change-Id: I11dce56c00931b0e04c5fa52f2598a8f80625d5b
    Reviewed-on: https://gerrit.libreoffice.org/76243
    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/tests/java/ifc/text/_XSimpleText.java b/qadevOOo/tests/java/ifc/text/_XSimpleText.java
index 8f1c32d40911..f4ab856f3b5d 100644
--- a/qadevOOo/tests/java/ifc/text/_XSimpleText.java
+++ b/qadevOOo/tests/java/ifc/text/_XSimpleText.java
@@ -98,7 +98,7 @@ public class _XSimpleText extends MultiMethodTest {
         }
         catch(com.sun.star.lang.IllegalArgumentException e ) {
             // Some exception.FAILED
-            Status.failed( e.toString() );
+            log.println(e.toString());
             bOK = false;
         }
         String gStr = oObj.getString() ;


More information about the Libreoffice-commits mailing list