From 7d7ec597da0d6511303c633222c577f6b0b4fee1 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 22 Jul 2019 12:26:26 +0100 Subject: cid#1448466 RV: Bad use of return value MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ied76faa2a2745f16d67484d9a7f587081379f3c7 Reviewed-on: https://gerrit.libreoffice.org/76137 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- qadevOOo/runner/lib/MultiPropertyTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qadevOOo') 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; } -- cgit