diff options
Diffstat (limited to 'qadevOOo/tests')
-rw-r--r-- | qadevOOo/tests/java/ifc/document/_XEventsSupplier.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/document/_XEventsSupplier.java b/qadevOOo/tests/java/ifc/document/_XEventsSupplier.java index 8aa25caa4d57..ee41f37c4c22 100644 --- a/qadevOOo/tests/java/ifc/document/_XEventsSupplier.java +++ b/qadevOOo/tests/java/ifc/document/_XEventsSupplier.java @@ -44,7 +44,7 @@ public class _XEventsSupplier extends MultiMethodTest { XNameReplace xNR = oObj.getEvents(); xNR.getElementNames(); - tRes.tested("getEvents()",xNR != null); + tRes.tested("getEvents()", true); } } // finish class _XEventSupplier |