summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/text/_XAutoTextGroup.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/text/_XAutoTextGroup.java')
-rw-r--r--qadevOOo/tests/java/ifc/text/_XAutoTextGroup.java14
1 files changed, 7 insertions, 7 deletions
diff --git a/qadevOOo/tests/java/ifc/text/_XAutoTextGroup.java b/qadevOOo/tests/java/ifc/text/_XAutoTextGroup.java
index 050fa4202785..ea6af3d7f026 100644
--- a/qadevOOo/tests/java/ifc/text/_XAutoTextGroup.java
+++ b/qadevOOo/tests/java/ifc/text/_XAutoTextGroup.java
@@ -74,7 +74,7 @@ public class _XAutoTextGroup extends MultiMethodTest {
* Constructs a unique string for current interface thread
* for naming purposes. All old entries which names are
* started with prefix used for entry names, are deleted
- * from the group (they can remain after previous unsuccessfull
+ * from the group (they can remain after previous unsuccessful
* test runs). The relation is obtained.
*
* @throws StatusException if the relation is not found.
@@ -131,7 +131,7 @@ public class _XAutoTextGroup extends MultiMethodTest {
result = !util.ValueComparer.equalValue(before, after);
}
catch (com.sun.star.container.ElementExistException ex) {
- log.println("Exception occured while testing insertNewByName");
+ log.println("Exception occurred while testing insertNewByName");
ex.printStackTrace(log);
result = false;
}
@@ -176,7 +176,7 @@ public class _XAutoTextGroup extends MultiMethodTest {
!ValueComparer.equalValue(before,after));
}
catch (com.sun.star.container.NoSuchElementException ex) {
- log.println("Exception occured while testing removeByName");
+ log.println("Exception occurred while testing removeByName");
ex.printStackTrace(log);
tRes.tested("removeByName()",false);
}
@@ -208,7 +208,7 @@ public class _XAutoTextGroup extends MultiMethodTest {
names = oObj.getElementNames() ;
result = true;
} catch (com.sun.star.container.ElementExistException e) {
- log.println("Unexpected exception occured :") ;
+ log.println("Unexpected exception occurred :") ;
e.printStackTrace(log);
} finally {
if (!result) {
@@ -275,15 +275,15 @@ public class _XAutoTextGroup extends MultiMethodTest {
oObj.renameByName(str,str+"a",str+"b");
result &= oObj.hasByName(str + "a");
} catch (com.sun.star.container.ElementExistException ex) {
- log.println("Exception occured while testing renameByName");
+ log.println("Exception occurred while testing renameByName");
ex.printStackTrace(log);
result &=false;
} catch (com.sun.star.lang.IllegalArgumentException ex) {
- log.println("Exception occured while testing renameByName");
+ log.println("Exception occurred while testing renameByName");
ex.printStackTrace(log);
result &=false;
} catch (com.sun.star.io.IOException ex) {
- log.println("Exception occured while testing renameByName");
+ log.println("Exception occurred while testing renameByName");
ex.printStackTrace(log);
result &=false;
} finally {