diff options
Diffstat (limited to 'qadevOOo/tests/java/ifc/beans')
-rw-r--r-- | qadevOOo/tests/java/ifc/beans/_XPropertyAccess.java | 2 | ||||
-rw-r--r-- | qadevOOo/tests/java/ifc/beans/_XPropertyContainer.java | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/ifc/beans/_XPropertyAccess.java b/qadevOOo/tests/java/ifc/beans/_XPropertyAccess.java index 10c26002e58e..697290dc7386 100644 --- a/qadevOOo/tests/java/ifc/beans/_XPropertyAccess.java +++ b/qadevOOo/tests/java/ifc/beans/_XPropertyAccess.java @@ -64,7 +64,7 @@ public class _XPropertyAccess extends MultiMethodTest { } /** - * Test calls the method and checks if the returned sequenze contanis a propterty which is named + * Test calls the method and checks if the returned sequence contains a property which is named * in the object relation <code>XPropertyAccess.propertyToChange</code>. */ public void _getPropertyValues() { diff --git a/qadevOOo/tests/java/ifc/beans/_XPropertyContainer.java b/qadevOOo/tests/java/ifc/beans/_XPropertyContainer.java index ec590a1e163d..00fcff66f09f 100644 --- a/qadevOOo/tests/java/ifc/beans/_XPropertyContainer.java +++ b/qadevOOo/tests/java/ifc/beans/_XPropertyContainer.java @@ -66,7 +66,7 @@ public class _XPropertyContainer extends MultiMethodTest { /** - * Test calls the method and checks if the returned sequence contanis a propterty which is named + * Test calls the method and checks if the returned sequence contains a property which is named * in the object relation <code>XPropertyAccess.propertyNotRemovable</code>. */ public void _addProperty() { @@ -214,7 +214,7 @@ public class _XPropertyContainer extends MultiMethodTest { } /** - * Test calls the method and checks if the returned sequence contanis a propterty which is named + * Test calls the method and checks if the returned sequence contains a property which is named * in the object relation <code>XPropertyAccess.propertyNotRemovable</code>. */ public void _removeProperty() { |