summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/ifc/awt/tree/_XMutableTreeNode.java6
-rw-r--r--qadevOOo/tests/java/ifc/awt/tree/_XTreeNode.java2
2 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/ifc/awt/tree/_XMutableTreeNode.java b/qadevOOo/tests/java/ifc/awt/tree/_XMutableTreeNode.java
index 712c23bc7604..76c7e6cac8de 100644
--- a/qadevOOo/tests/java/ifc/awt/tree/_XMutableTreeNode.java
+++ b/qadevOOo/tests/java/ifc/awt/tree/_XMutableTreeNode.java
@@ -251,7 +251,7 @@ public class _XMutableTreeNode extends MultiMethodTest {
String sDataValue = (String) oObj.getDataValue();
if ( ! sDataValue.equals("myDataValue")) {
- log.println("ERROR: getDataVlaue does not return the value which is inserted before:\n" +
+ log.println("ERROR: getDataValue does not return the value which is inserted before:\n" +
"\texpected: myDataValue\n" +
"\tgot: " + sDataValue);
bOK = false;
@@ -262,7 +262,7 @@ public class _XMutableTreeNode extends MultiMethodTest {
Object oDataValue = oObj.getDataValue();
if ( oDataValue != null) {
- log.println("ERROR: getDataVlaue does not return the value which is inserted before:\n" +
+ log.println("ERROR: getDataValue does not return the value which is inserted before:\n" +
"\texpected: null\n" +
"\tgot: " + oDataValue.toString());
bOK = false;
@@ -273,7 +273,7 @@ public class _XMutableTreeNode extends MultiMethodTest {
oDataValue = oObj.getDataValue();
if ( oDataValue != null) {
- log.println("ERROR: getDataVlaue does not return the value which is inserted before:\n" +
+ log.println("ERROR: getDataValue does not return the value which is inserted before:\n" +
"\texpected: " + oObj.toString() +"\n" +
"\tgot: " + oDataValue.toString());
bOK = false;
diff --git a/qadevOOo/tests/java/ifc/awt/tree/_XTreeNode.java b/qadevOOo/tests/java/ifc/awt/tree/_XTreeNode.java
index eb2b8877e9a9..53f8f8c03038 100644
--- a/qadevOOo/tests/java/ifc/awt/tree/_XTreeNode.java
+++ b/qadevOOo/tests/java/ifc/awt/tree/_XTreeNode.java
@@ -58,7 +58,7 @@ public class _XTreeNode extends MultiMethodTest {
msDisplayValue = (String) tEnv.getObjRelation("XTreeNode_DisplayValue");
if (msDisplayValue == null){
throw new StatusException(Status.failed(
- "Couldn't get relation 'XTreeNode_DisplayVlaue'"));
+ "Couldn't get relation 'XTreeNode_DisplayValue'"));
}
msExpandedGraphicURL = (String) tEnv.getObjRelation("XTreeNode_ExpandedGraphicURL");