summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/io/_XActiveDataControl.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/io/_XActiveDataControl.java')
-rw-r--r--qadevOOo/tests/java/ifc/io/_XActiveDataControl.java9
1 files changed, 3 insertions, 6 deletions
diff --git a/qadevOOo/tests/java/ifc/io/_XActiveDataControl.java b/qadevOOo/tests/java/ifc/io/_XActiveDataControl.java
index 33a2bd09b78e..32ce987f6f5d 100644
--- a/qadevOOo/tests/java/ifc/io/_XActiveDataControl.java
+++ b/qadevOOo/tests/java/ifc/io/_XActiveDataControl.java
@@ -138,8 +138,7 @@ public class _XActiveDataControl extends MultiMethodTest {
try {
Thread.sleep(200);
} catch (InterruptedException e) {
- e.printStackTrace(log) ;
- throw new StatusException(Status.failed(e.getMessage()));
+ throw new StatusException(e, Status.failed(e.getMessage()));
}
}
@@ -177,8 +176,7 @@ public class _XActiveDataControl extends MultiMethodTest {
try {
Thread.sleep(200);
} catch (InterruptedException e) {
- e.printStackTrace(log) ;
- throw new StatusException(Status.failed(e.getMessage()));
+ throw new StatusException(e, Status.failed(e.getMessage()));
}
// check that no removed listener's method was called
@@ -203,8 +201,7 @@ public class _XActiveDataControl extends MultiMethodTest {
try {
Thread.sleep(200);
} catch (InterruptedException e) {
- e.printStackTrace(log) ;
- throw new StatusException(Status.failed(e.getMessage()));
+ throw new StatusException(e, Status.failed(e.getMessage()));
}
// check, if any error occurred