summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/registry/_XImplementationRegistration.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/registry/_XImplementationRegistration.java')
-rw-r--r--qadevOOo/tests/java/ifc/registry/_XImplementationRegistration.java6
1 files changed, 1 insertions, 5 deletions
diff --git a/qadevOOo/tests/java/ifc/registry/_XImplementationRegistration.java b/qadevOOo/tests/java/ifc/registry/_XImplementationRegistration.java
index 1958836f924b..8780fe274aa5 100644
--- a/qadevOOo/tests/java/ifc/registry/_XImplementationRegistration.java
+++ b/qadevOOo/tests/java/ifc/registry/_XImplementationRegistration.java
@@ -159,8 +159,6 @@ public class _XImplementationRegistration extends MultiMethodTest {
* </ul>
*/
public void _revokeImplementation() throws RuntimeException{
- boolean result = false ;
-
requiredMethod("registerImplementation()") ;
executeMethod("getImplementations()") ;
@@ -170,9 +168,7 @@ public class _XImplementationRegistration extends MultiMethodTest {
RegistryTools.printRegistryInfo(reg, log) ;
try {
- String[] subKeys = reg.getRootKey().getKeyNames() ;
-
- result = subKeys == null || subKeys.length == 0 ;
+ reg.getRootKey().getKeyNames();
} catch (com.sun.star.registry.InvalidRegistryException e) {
log.println("!!! Exception retrieving keys from registry :") ;
e.printStackTrace(log);