summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess2.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess2.java')
-rw-r--r--qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess2.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess2.java b/qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess2.java
index 589bf6ef931d..4cb6f01497e5 100644
--- a/qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess2.java
+++ b/qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess2.java
@@ -63,13 +63,13 @@ public class _XSimpleFileAccess2 extends MultiMethodTest {
tRes.tested("writeFile()",result);
}
catch (com.sun.star.ucb.CommandAbortedException ex) {
- log.println("CommandAbortedException occured while testing "+
+ log.println("CommandAbortedException occurred while testing "+
"'writeFile()'");
ex.printStackTrace(log);
tRes.tested("writeFile()",false);
}
catch (com.sun.star.uno.Exception ex) {
- log.println("Exception occured while testing 'writeFile()'");
+ log.println("Exception occurred while testing 'writeFile()'");
ex.printStackTrace(log);
tRes.tested("writeFile()",false);
}