summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-11-06 10:38:45 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-11-06 12:16:06 +0000
commitabafff8cd37d12c9d6897da5e331b0170bbc9b9f (patch)
treed52e7e494c263e950780d4da3a3479468ef6c70d /qadevOOo
parent4e6f348ed92a1b3719bf80059d6ceed5ab638601 (diff)
coverity#1326563 Dereference before null check
Change-Id: I198f6a0ee1070b5aec475d55de437d7c9f5b281c
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/ifc/document/_XEventsSupplier.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/document/_XEventsSupplier.java b/qadevOOo/tests/java/ifc/document/_XEventsSupplier.java
index 8aa25caa4d57..ee41f37c4c22 100644
--- a/qadevOOo/tests/java/ifc/document/_XEventsSupplier.java
+++ b/qadevOOo/tests/java/ifc/document/_XEventsSupplier.java
@@ -44,7 +44,7 @@ public class _XEventsSupplier extends MultiMethodTest {
XNameReplace xNR = oObj.getEvents();
xNR.getElementNames();
- tRes.tested("getEvents()",xNR != null);
+ tRes.tested("getEvents()", true);
}
} // finish class _XEventSupplier