From 40e48e81af597baca421630693d671130f774f57 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 19 Dec 2014 13:12:19 +0200 Subject: java: no need to sleep quite so often Change-Id: I9746158dfdffafd138160c2491e57b269d04e22b --- qadevOOo/tests/java/ifc/beans/_XMultiPropertySet.java | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'qadevOOo') diff --git a/qadevOOo/tests/java/ifc/beans/_XMultiPropertySet.java b/qadevOOo/tests/java/ifc/beans/_XMultiPropertySet.java index 5250e6de62a9..92df9c390bbd 100644 --- a/qadevOOo/tests/java/ifc/beans/_XMultiPropertySet.java +++ b/qadevOOo/tests/java/ifc/beans/_XMultiPropertySet.java @@ -167,6 +167,11 @@ public class _XMultiPropertySet extends MultiMethodTest { testPropsAmount = 0; } + if (testPropsAmount == 0) { + log.println("all properties are read only"); + tRes.tested("addPropertiesChangeListener()", Status.skipped(true)); + return; + } // Change one of the property to be sure, that this event was cauched. for (int i=0; i