summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qadevOOo/tests/java/ifc/text/_XSimpleText.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/text/_XSimpleText.java b/qadevOOo/tests/java/ifc/text/_XSimpleText.java
index 8f1c32d40911..f4ab856f3b5d 100644
--- a/qadevOOo/tests/java/ifc/text/_XSimpleText.java
+++ b/qadevOOo/tests/java/ifc/text/_XSimpleText.java
@@ -98,7 +98,7 @@ public class _XSimpleText extends MultiMethodTest {
}
catch(com.sun.star.lang.IllegalArgumentException e ) {
// Some exception.FAILED
- Status.failed( e.toString() );
+ log.println(e.toString());
bOK = false;
}
String gStr = oObj.getString() ;