summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/ifc/lang/_XMultiServiceFactory.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/lang/_XMultiServiceFactory.java b/qadevOOo/tests/java/ifc/lang/_XMultiServiceFactory.java
index 51e4a31e13cd..ac5898edb21c 100644
--- a/qadevOOo/tests/java/ifc/lang/_XMultiServiceFactory.java
+++ b/qadevOOo/tests/java/ifc/lang/_XMultiServiceFactory.java
@@ -75,7 +75,7 @@ public class _XMultiServiceFactory extends MultiMethodTest {
log.println("Service" + i + ": " + services[i]);
}
- tRes.tested("getAvailableServiceNames()", services != null);
+ tRes.tested("getAvailableServiceNames()", true);
}
/**