diff --git a/qadevOOo/tests/java/ifc/beans/_XPropertySet.java b/qadevOOo/tests/java/ifc/beans/_XPropertySet.java index 07efacb4f415..09e933fb6a65 100644 --- a/qadevOOo/tests/java/ifc/beans/_XPropertySet.java +++ b/qadevOOo/tests/java/ifc/beans/_XPropertySet.java @@ -319,11 +319,15 @@ public class _XPropertySet extends MultiMethodTest { "property '"+ propertyName+"'"); e.printStackTrace(log); } // end of try-catch + /* this is stupid: we can't set properties whose semantics we + * don't know to random values in an arbitrary order and + * expect that to actually work. if( gValue.equals(sValue) ) { log.println("setting property '"+ propertyName+"' failed"); error = true; } + */ } tRes.tested("setPropertyValue()",!error); } //endif