summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess.java')
-rw-r--r--qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess.java32
1 files changed, 16 insertions, 16 deletions
diff --git a/qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess.java b/qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess.java
index 4632c41c4f88..a8fb961dfef0 100644
--- a/qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess.java
+++ b/qadevOOo/tests/java/ifc/ucb/_XSimpleFileAccess.java
@@ -79,7 +79,7 @@ public class _XSimpleFileAccess extends MultiMethodTest {
oObj.kill(copiedFile);
}
catch (com.sun.star.uno.Exception ex) {
- log.println("Exception occured while testing 'copy()'");
+ log.println("Exception occurred while testing 'copy()'");
ex.printStackTrace(log);
tRes.tested("copy()",false);
}
@@ -112,7 +112,7 @@ public class _XSimpleFileAccess extends MultiMethodTest {
oObj.kill(copiedFile);
}
catch (com.sun.star.uno.Exception ex) {
- log.println("Exception occured while testing 'move()'");
+ log.println("Exception occurred while testing 'move()'");
ex.printStackTrace(log);
tRes.tested("move()",false);
}
@@ -141,7 +141,7 @@ public class _XSimpleFileAccess extends MultiMethodTest {
tRes.tested("kill()",!oObj.exists(copiedFile));
}
catch (com.sun.star.uno.Exception ex) {
- log.println("Exception occured while testing 'kill()'");
+ log.println("Exception occurred while testing 'kill()'");
ex.printStackTrace(log);
tRes.tested("kill()",false);
}
@@ -158,7 +158,7 @@ public class _XSimpleFileAccess extends MultiMethodTest {
tRes.tested("isFolder()",oObj.isFolder(dirname));
}
catch (com.sun.star.uno.Exception ex) {
- log.println("Exception occured while testing 'isFolder()'");
+ log.println("Exception occurred while testing 'isFolder()'");
ex.printStackTrace(log);
tRes.tested("isFolder()",false);
}
@@ -203,7 +203,7 @@ public class _XSimpleFileAccess extends MultiMethodTest {
oObj.kill(readonlyCopy);
tRes.tested("isReadOnly()",result);
} catch (com.sun.star.uno.Exception ex) {
- log.println("Exception occured while testing 'isReadOnly()'");
+ log.println("Exception occurred while testing 'isReadOnly()'");
ex.printStackTrace(log);
tRes.tested("isReadOnly()",false);
}
@@ -250,7 +250,7 @@ public class _XSimpleFileAccess extends MultiMethodTest {
oObj.kill(readonlyCopy);
}
catch (Exception ex) {
- log.println("Exception occured while testing 'setReadOnly()'");
+ log.println("Exception occurred while testing 'setReadOnly()'");
ex.printStackTrace(log);
tRes.tested("setReadOnly()",false);
}
@@ -274,7 +274,7 @@ public class _XSimpleFileAccess extends MultiMethodTest {
oObj.kill(newFolder);
}
catch (com.sun.star.uno.Exception ex) {
- log.println("Exception occured while testing 'createFolder()'");
+ log.println("Exception occurred while testing 'createFolder()'");
ex.printStackTrace(log);
tRes.tested("createFolder()",false);
}
@@ -296,7 +296,7 @@ public class _XSimpleFileAccess extends MultiMethodTest {
tRes.tested("getSize()", fSize == 17 );
}
catch (com.sun.star.uno.Exception ex) {
- log.println("Exception occured while testing 'getSize()'");
+ log.println("Exception occurred while testing 'getSize()'");
ex.printStackTrace(log);
tRes.tested("getSize()",false);
}
@@ -320,7 +320,7 @@ public class _XSimpleFileAccess extends MultiMethodTest {
"application/vnd.sun.staroffice.fsys-file".equals(fType) );
}
catch (com.sun.star.uno.Exception ex) {
- log.println("Exception occured while testing 'getContentType()'");
+ log.println("Exception occurred while testing 'getContentType()'");
ex.printStackTrace(log);
tRes.tested("getContentType()",false);
}
@@ -372,7 +372,7 @@ public class _XSimpleFileAccess extends MultiMethodTest {
tRes.tested("getDateTimeModified()", res);
}
catch (com.sun.star.uno.Exception ex) {
- log.println("Exception occured while testing 'getDateTimeModified()'");
+ log.println("Exception occurred while testing 'getDateTimeModified()'");
ex.printStackTrace(log);
tRes.tested("getDateTimeModified()",false);
}
@@ -393,7 +393,7 @@ public class _XSimpleFileAccess extends MultiMethodTest {
tRes.tested("getFolderContents()", cont.length>0);
}
catch (com.sun.star.uno.Exception ex) {
- log.println("Exception occured while testing 'getFolderContents()'");
+ log.println("Exception occurred while testing 'getFolderContents()'");
ex.printStackTrace(log);
tRes.tested("getFolderContents()",false);
}
@@ -417,7 +417,7 @@ public class _XSimpleFileAccess extends MultiMethodTest {
oObj.exists(filename) && !oObj.exists(wrongname));
}
catch (com.sun.star.uno.Exception ex) {
- log.println("Exception occured while testing 'exists()'");
+ log.println("Exception occurred while testing 'exists()'");
ex.printStackTrace(log);
tRes.tested("exists()",false);
}
@@ -439,7 +439,7 @@ public class _XSimpleFileAccess extends MultiMethodTest {
tRes.tested("openFileRead()", iStream != null);
}
catch (com.sun.star.uno.Exception ex) {
- log.println("Exception occured while testing 'openFileRead()'");
+ log.println("Exception occurred while testing 'openFileRead()'");
ex.printStackTrace(log);
tRes.tested("openFileRead()",false);
}
@@ -470,7 +470,7 @@ public class _XSimpleFileAccess extends MultiMethodTest {
oObj.kill(copiedFile);
}
catch (com.sun.star.uno.Exception ex) {
- log.println("Exception occured while testing 'openFileWrite()'");
+ log.println("Exception occurred while testing 'openFileWrite()'");
ex.printStackTrace(log);
tRes.tested("openFileWrite()",false);
}
@@ -502,7 +502,7 @@ public class _XSimpleFileAccess extends MultiMethodTest {
oObj.kill(copiedFile);
}
catch (com.sun.star.uno.Exception ex) {
- log.println("Exception occured while testing 'openFileReadWrite()'");
+ log.println("Exception occurred while testing 'openFileReadWrite()'");
ex.printStackTrace(log);
tRes.tested("openFileReadWrite()",false);
}
@@ -527,7 +527,7 @@ public class _XSimpleFileAccess extends MultiMethodTest {
oObj.setInteractionHandler(handler);
tRes.tested("setInteractionHandler()", true);
} catch (Exception ex) {
- log.println("Exception occured while testing 'setInteractionHandler()'");
+ log.println("Exception occurred while testing 'setInteractionHandler()'");
ex.printStackTrace(log);
tRes.tested("setInteractionHandler()", false);
}