Kaydet (Commit) 4ed804d9 authored tarafından Julien Nabet's avatar Julien Nabet

Typo: realtion -> relation

Change-Id: I2ec2d716eaff6c6dc03bf657e77daa8e4d57cb53
üst f0c24877
......@@ -56,7 +56,7 @@ public class _XUnoControlContainer extends MultiMethodTest {
tabControl1 = (XTabController) tEnv.getObjRelation("TABCONTROL1");
tabControl2 = (XTabController) tEnv.getObjRelation("TABCONTROL2");
if ((tabControl1 == null) || (tabControl2 == null)){
log.println("ERROR: Needed object realtions 'TABCONTROL1' and "
log.println("ERROR: Needed object relations 'TABCONTROL1' and "
+ "'TABCONTROL2' are not found.");
}
TabControllers[0] = tabControl1;
......
......@@ -83,7 +83,7 @@ public class _XObjectInspector extends MultiMethodTest {
}
/**
* Inspects a new collection of one or more objects given by object realtion
* Inspects a new collection of one or more objects given by object relation
* <CODE>XObjectInspector.toInspect</CODE><br>
* Has <b>OK</b> status if no runtime exceptions occurred.
*/
......
......@@ -151,7 +151,7 @@ public class _XSingleSelectQueryComposer extends MultiMethodTest {
/**
* At first the object relation <code>xProp</code> was set as parameter.
* Relation <code>xQueryAna</code> was used to check if realtion
* Relation <code>xQueryAna</code> was used to check if relation
* <code>colName</code> was found.
* Second an empty <code>XPropertySet</code> was used as parameter. A
* <code>com.sun.star.sdbc.SQLException</code> must be thrown.
......@@ -195,7 +195,7 @@ public class _XSingleSelectQueryComposer extends MultiMethodTest {
/**
* At first the object relation <code>xProp</code> was used as parameter.
* Relation <code>xQueryAna</code> was used to check if realtion
* Relation <code>xQueryAna</code> was used to check if relation
* <code>colName</code> was found.
* Second an empty <code>XPropertySet</code> was used as parameter. An
* <code>com.sun.star.sdbc.SQLException</code> must be thrown.
......@@ -299,7 +299,7 @@ public class _XSingleSelectQueryComposer extends MultiMethodTest {
/**
* First object relation <code>xProp</code> was used as parameter. Relation
* <code>xQueryAna</code> was used to check if realtion <code>colName</code>
* <code>xQueryAna</code> was used to check if relation <code>colName</code>
* was found.
* Second an empty <code>XPropertySet</code> was given as parameter. An
* <code>com.sun.star.sdbc.SQLException</code> must be thrown.
......@@ -331,7 +331,7 @@ public class _XSingleSelectQueryComposer extends MultiMethodTest {
/**
* First object relation <code>xProp</code> was set as parameter. Relation
* <code>xQueryAna</code> was used to check if realtion <code>colName</code>
* <code>xQueryAna</code> was used to check if relation <code>colName</code>
* was found.
* Second an empty <code>XPropertySet</code> was given as parameter. An
* <code>com.sun.star.sdbc.SQLException</code> must be thrown.
......
......@@ -150,7 +150,7 @@ public class _XDocumentHandler extends MultiMethodTest {
if (targetDocSet != null){
}else{
log.println("object realtion 'XDocumentHandler.TargetDocumentSetter' not used.");
log.println("object relation 'XDocumentHandler.TargetDocumentSetter' not used.");
log.println("be shure that the test have a target to write throu");
}
}
......
......@@ -66,7 +66,7 @@ public class OInteractionHandler extends TestCase {
* Object relations created :
* <ul>
* <li> <code>'XInteractionHandler.Request'</code> for
* {@link ifc.task._XInteractionHandler} : this realtion
* {@link ifc.task._XInteractionHandler} : this relation
* is <code>com.sun.star.task.XInteractionRequest</code>
* interface implementation which depends on the component
* tested. In this case it emulates SQL error by returning
......
......@@ -355,7 +355,7 @@ public class SbaXGridControl extends TestCase {
});
//Realtion for XContainer
//Relation for XContainer
tEnv.addObjRelation("XContainer.Container", aContainer);
tEnv.addObjRelation("INSTANCE", aControl3);
tEnv.addObjRelation("INSTANCE2", aControl4);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment