summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/beans/_XPropertyState.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/beans/_XPropertyState.java')
-rw-r--r--qadevOOo/tests/java/ifc/beans/_XPropertyState.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/qadevOOo/tests/java/ifc/beans/_XPropertyState.java b/qadevOOo/tests/java/ifc/beans/_XPropertyState.java
index a690ef7cfe8d..b56907133571 100644
--- a/qadevOOo/tests/java/ifc/beans/_XPropertyState.java
+++ b/qadevOOo/tests/java/ifc/beans/_XPropertyState.java
@@ -131,11 +131,11 @@ public class _XPropertyState extends MultiMethodTest {
log.println("Default property value is : '" + propDef + "'");
} catch (com.sun.star.beans.UnknownPropertyException e) {
log.println("Exception " + e +
- "occured while getting Property default");
+ "occurred while getting Property default");
result=false;
} catch (com.sun.star.lang.WrappedTargetException e) {
log.println("Exception " + e +
- "occured while getting Property default");
+ "occurred while getting Property default");
result=false;
}
tRes.tested("getPropertyDefault()", result);
@@ -163,7 +163,7 @@ public class _XPropertyState extends MultiMethodTest {
}
} catch (com.sun.star.beans.UnknownPropertyException e) {
log.println("Exception " + e +
- "occured while getting Property state");
+ "occurred while getting Property state");
result = false;
}
tRes.tested("getPropertyState()", result);
@@ -198,7 +198,7 @@ public class _XPropertyState extends MultiMethodTest {
}
} catch (com.sun.star.beans.UnknownPropertyException e) {
log.println("Exception " + e +
- "occured while getting Property state");
+ "occurred while getting Property state");
result = false;
}
@@ -251,11 +251,11 @@ public class _XPropertyState extends MultiMethodTest {
}
} catch (com.sun.star.beans.UnknownPropertyException e) {
log.println("Exception " + e +
- "occured while setting Property to default");
+ "occurred while setting Property to default");
result=false;
} catch (com.sun.star.lang.WrappedTargetException e) {
log.println("Exception " + e +
- "occured while testing property value");
+ "occurred while testing property value");
result=false;
}