summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-14 17:05:06 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-14 17:05:06 +0200
commit9fd1338d6a6e4778ba636f24fb22ba4102f16293 (patch)
tree523aa166f3c30178391782c457eacb609d2310b7 /qadevOOo
parent3cc4b81b76a1f6a876bd9af7b99359b21652b439 (diff)
Make _XCloneable.checkImplementationID return a useful value again
...it happened to return a value that would match one's expectaions until f1dfc5690a2b1a24e2d2f707a50c34d7df61dc4d "cid#1326854 EC: Comparing incompatible types for equality" fixed the method but failed to also straighten its odd return value. Change-Id: I9b98be8c86a176fec37505d4337b708ac9bbf5de
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/ifc/util/_XCloneable.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/util/_XCloneable.java b/qadevOOo/tests/java/ifc/util/_XCloneable.java
index c37dccaa1271..62de17b010a0 100644
--- a/qadevOOo/tests/java/ifc/util/_XCloneable.java
+++ b/qadevOOo/tests/java/ifc/util/_XCloneable.java
@@ -74,7 +74,7 @@ public class _XCloneable extends MultiMethodTest {
log.println("ImplementationID equals the clone has the same id as the original Object");
log.println("------------------------------------------------------------------------");
}
- return !res;
+ return res;
}
protected String getImplementationName(XInterface ifc) {