diff options
Diffstat (limited to 'qadevOOo/tests/java')
-rw-r--r-- | qadevOOo/tests/java/ifc/view/_XMultiSelectionSupplier.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/view/_XMultiSelectionSupplier.java b/qadevOOo/tests/java/ifc/view/_XMultiSelectionSupplier.java index fa875234cbda..e262a15c8a33 100644 --- a/qadevOOo/tests/java/ifc/view/_XMultiSelectionSupplier.java +++ b/qadevOOo/tests/java/ifc/view/_XMultiSelectionSupplier.java @@ -390,7 +390,7 @@ public class _XMultiSelectionSupplier extends MultiMethodTest { i--; if (ObjCompare != null) { - ObjCompare.compare(shouldElement, nextElement); + compRes = ObjCompare.compare(shouldElement, nextElement) == 0; } else { compRes = util.ValueComparer.equalValue(shouldElement, nextElement); } |