qadevOOo/tests/java/ifc/text/_XSimpleText.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ceac24b4a140a471a36f423bf48dce32860e8911 Author: Caolán McNamara <[email protected]> AuthorDate: Wed Jul 24 10:53:42 2019 +0100 Commit: Caolán McNamara <[email protected]> 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 <[email protected]> Tested-by: Caolán McNamara <[email protected]> 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() ; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
