summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/runner/lib/MultiPropertyTest.java2
1 files changed, 1 insertions, 1 deletions
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;
}