diff options
-rw-r--r-- | qadevOOo/tests/java/ifc/text/_BaseIndex.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/text/_BaseIndex.java b/qadevOOo/tests/java/ifc/text/_BaseIndex.java index 37fc8e7863cb..017d4a881f3d 100644 --- a/qadevOOo/tests/java/ifc/text/_BaseIndex.java +++ b/qadevOOo/tests/java/ifc/text/_BaseIndex.java @@ -145,6 +145,9 @@ public class _BaseIndex extends MultiPropertyTest { Object newValue, Object resValue, Exception exception) throws Exception { + + super.checkResult(propName, oldValue, newValue, resValue, exception); + PropertyValue[][] res = (PropertyValue[][]) UnoRuntime.queryInterface( XIndexAccess.class, resValue).getByIndex(0); |