summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/ifc/document/_XViewDataSupplier.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/document/_XViewDataSupplier.java b/qadevOOo/tests/java/ifc/document/_XViewDataSupplier.java
index e2de9f6c5d00..81a92e7c3ea7 100644
--- a/qadevOOo/tests/java/ifc/document/_XViewDataSupplier.java
+++ b/qadevOOo/tests/java/ifc/document/_XViewDataSupplier.java
@@ -58,7 +58,7 @@ public class _XViewDataSupplier extends MultiMethodTest {
oObj.setViewData(xAccess);
XIndexAccess xAccess2 = oObj.getViewData();
String newView = getViewID(xAccess2);
- tRes.tested("setViewData()", newView.equals(myview));
+ tRes.tested("setViewData()", newView != null && newView.equals(myview));
}
}