summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java')
-rw-r--r--qadevOOo/tests/java/ifc/io/_XOutputStream.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/io/_XOutputStream.java b/qadevOOo/tests/java/ifc/io/_XOutputStream.java
index c183002128c5..9f619f383554 100644
--- a/qadevOOo/tests/java/ifc/io/_XOutputStream.java
+++ b/qadevOOo/tests/java/ifc/io/_XOutputStream.java
@@ -85,7 +85,7 @@ public class _XOutputStream extends MultiMethodTest {
byte[][] readData = new byte[1][data.length];
XInputStream xInStream = checker.getInStream();
- if (xInStream == null) {
+ if (xInStream != null) {
try {
xInStream.readBytes(readData, data.length);
} catch(com.sun.star.io.IOException e) {