diff options
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/tests/java/ifc/document/_XLinkTargetSupplier.java | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/ifc/document/_XLinkTargetSupplier.java b/qadevOOo/tests/java/ifc/document/_XLinkTargetSupplier.java index 9a10e5697278..1cc5b32994a6 100644 --- a/qadevOOo/tests/java/ifc/document/_XLinkTargetSupplier.java +++ b/qadevOOo/tests/java/ifc/document/_XLinkTargetSupplier.java @@ -42,9 +42,7 @@ public class _XLinkTargetSupplier extends MultiMethodTest { public void _getLinks() { XNameAccess links = oObj.getLinks(); links.getElementNames(); - tRes.tested("getLinks()", links != null); + tRes.tested("getLinks()", true); } } - - |