summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/basic
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/basic')
-rw-r--r--qadevOOo/tests/basic/ifc/awt/XWindow/awt_XWindow.xba16
-rw-r--r--qadevOOo/tests/basic/ifc/beans/XPropertyState/beans_XPropertyState.xba2
-rw-r--r--qadevOOo/tests/basic/ifc/container/XIndexReplace/container_XIndexReplace.xba2
-rw-r--r--qadevOOo/tests/basic/ifc/io/XMarkableStream/io_XMarkableStream.xba4
-rw-r--r--qadevOOo/tests/basic/ifc/lang/XInitialization/lang_XInitialization.xba2
-rw-r--r--qadevOOo/tests/basic/ifc/sdbc/XCloseable/sdbc_XCloseable.xba2
-rw-r--r--qadevOOo/tests/basic/ifc/sdbcx/XRowLocate/sdbcx_XRowLocate.xba4
-rw-r--r--qadevOOo/tests/basic/ifc/text/XRelativeTextContentInsert/text_XRelativeTextContentInsert.xba2
-rw-r--r--qadevOOo/tests/basic/ifc/text/XTextColumns/text_XTextColumns.xba2
-rw-r--r--qadevOOo/tests/basic/mod/dynamicloader.uno/Dynamic/dynamicloader_uno_Dynamic.xba2
-rw-r--r--qadevOOo/tests/basic/mod/dynamicloader/Dynamic/dynamicloader_Dynamic.xba2
-rw-r--r--qadevOOo/tests/basic/mod/sc/ScDDELinkObj/sc_ScDDELinkObj.xba2
-rw-r--r--qadevOOo/tests/basic/mod/sc/ScDDELinksObj/sc_ScDDELinksObj.xba2
-rw-r--r--qadevOOo/tests/basic/mod/sc/ScIndexEnumeration_DDELinksEnumeration/sc_ScIndexEnumeration_DDELinksEnumeration.xba2
14 files changed, 23 insertions, 23 deletions
diff --git a/qadevOOo/tests/basic/ifc/awt/XWindow/awt_XWindow.xba b/qadevOOo/tests/basic/ifc/awt/XWindow/awt_XWindow.xba
index 6fc40043b7b1..5aa240d4bc58 100644
--- a/qadevOOo/tests/basic/ifc/awt/XWindow/awt_XWindow.xba
+++ b/qadevOOo/tests/basic/ifc/awt/XWindow/awt_XWindow.xba
@@ -256,7 +256,7 @@ On Error Goto ErrHndl
Test.StartMethod("addKeyListener()")
bOK = true
- Out.Log("Not realy tested! Please see comments in Basic-Source.")
+ Out.Log("Not really tested! Please see comments in Basic-Source.")
oObj.addKeyListener(oListener5)
oObj.addKeyListener(oListener6)
bOK = bOK AND true
@@ -264,7 +264,7 @@ On Error Goto ErrHndl
Test.StartMethod("removeKeyListener()")
bOK = true
- Out.Log("Not realy tested! Please see comments in Basic-Source.")
+ Out.Log("Not really tested! Please see comments in Basic-Source.")
oObj.removeKeyListener(oListener5)
bOK = bOK AND true
oObj.removeKeyListener(oListener6)
@@ -272,7 +272,7 @@ On Error Goto ErrHndl
Test.StartMethod("addMouseListener()")
bOK = true
- Out.Log("Not realy tested! Please see comments in Basic-Source.")
+ Out.Log("Not really tested! Please see comments in Basic-Source.")
oObj.addMouseListener(oListener7)
oObj.addMouseListener(oListener8)
bOK = bOK AND true
@@ -280,7 +280,7 @@ On Error Goto ErrHndl
Test.StartMethod("removeMouseListener()")
bOK = true
- Out.Log("Not realy tested! Please see comments in Basic-Source.")
+ Out.Log("Not really tested! Please see comments in Basic-Source.")
oObj.removeMouseListener(oListener7)
bOK = bOK AND true
oObj.removeMouseListener(oListener8)
@@ -288,7 +288,7 @@ On Error Goto ErrHndl
Test.StartMethod("addMouseMotionListener()")
bOK = true
- Out.Log("Not realy tested! Please see comments in Basic-Source.")
+ Out.Log("Not really tested! Please see comments in Basic-Source.")
oObj.addMouseMotionListener(oListener9)
oObj.addMouseMotionListener(oListener10)
bOK = bOK AND true
@@ -296,7 +296,7 @@ On Error Goto ErrHndl
Test.StartMethod("removeMouseMotionListener()")
bOK = true
- Out.Log("Not realy tested! Please see comments in Basic-Source.")
+ Out.Log("Not really tested! Please see comments in Basic-Source.")
oObj.removeMouseMotionListener(oListener9)
bOK = bOK AND true
oObj.removeMouseMotionListener(oListener10)
@@ -304,7 +304,7 @@ On Error Goto ErrHndl
Test.StartMethod("addPaintListener()")
bOK = true
- Out.Log("Not realy tested! Please see comments in Basic-Source.")
+ Out.Log("Not really tested! Please see comments in Basic-Source.")
oObj.addPaintListener(oListener11)
oObj.addPaintListener(oListener12)
bOK = bOK AND true
@@ -312,7 +312,7 @@ On Error Goto ErrHndl
Test.StartMethod("removePaintListener()")
bOK = true
- Out.Log("Not realy tested! Please see comments in Basic-Source.")
+ Out.Log("Not really tested! Please see comments in Basic-Source.")
oObj.removePaintListener(oListener11)
bOK = bOK AND true
oObj.removePaintListener(oListener12)
diff --git a/qadevOOo/tests/basic/ifc/beans/XPropertyState/beans_XPropertyState.xba b/qadevOOo/tests/basic/ifc/beans/XPropertyState/beans_XPropertyState.xba
index 8e1b65dc47ac..6ab224bd2562 100644
--- a/qadevOOo/tests/basic/ifc/beans/XPropertyState/beans_XPropertyState.xba
+++ b/qadevOOo/tests/basic/ifc/beans/XPropertyState/beans_XPropertyState.xba
@@ -154,7 +154,7 @@ On Error Goto ErrHndl
bTypesEq = (oProperties(n).Type.Name = oCoreRefl.getType(aValue).Name)
end if
- if (NOT bOK) then ' exception was occured
+ if (NOT bOK) then ' exception has occurred
Out.Log("Error while testing getPropertyDefault() for '" & AllPropsNames(n) & "' FAILED.")
elseif ((TypeName(aValue) <> "Empty") AND (NOT bTypesEq)) then
Out.Log("Types: '" & oProperties(n).Type.Name & "' and '" & oCoreRefl.getType(aValue).Name & "' are different.")
diff --git a/qadevOOo/tests/basic/ifc/container/XIndexReplace/container_XIndexReplace.xba b/qadevOOo/tests/basic/ifc/container/XIndexReplace/container_XIndexReplace.xba
index 0ef9e04e80e3..e7f35a9e79f1 100644
--- a/qadevOOo/tests/basic/ifc/container/XIndexReplace/container_XIndexReplace.xba
+++ b/qadevOOo/tests/basic/ifc/container/XIndexReplace/container_XIndexReplace.xba
@@ -35,7 +35,7 @@ option explicit
' This Interface/Service test depends on the following GLOBAL variables,
' which must be specified in the object creation:
-' the Test-Object must contain two diffrent named Objects
+' the Test-Object must contain two different named Objects
' Global oIdxReplaceInstance as Object
'*************************************************************************
diff --git a/qadevOOo/tests/basic/ifc/io/XMarkableStream/io_XMarkableStream.xba b/qadevOOo/tests/basic/ifc/io/XMarkableStream/io_XMarkableStream.xba
index 0e6df75755a6..ef9f869bf328 100644
--- a/qadevOOo/tests/basic/ifc/io/XMarkableStream/io_XMarkableStream.xba
+++ b/qadevOOo/tests/basic/ifc/io/XMarkableStream/io_XMarkableStream.xba
@@ -124,7 +124,7 @@ On Error Goto ErrHndl
On Error goto ErrHndl1
Out.Log("Trying to jump to deleted mark")
oObj.jumpToMark(iMark1)
- Out.Log("No exception occured. FAILED")
+ Out.Log("No exception occurred. FAILED")
bOK = false
goto Cont1
ErrHndl1:
@@ -184,7 +184,7 @@ On Error Goto ErrHndl
On Error goto ErrHndl2
Out.Log("Trying to jump to Mark1")
oObj.jumpToMark(iMark2)
- Out.Log("No exception occured - FAILED")
+ Out.Log("No exception occurred - FAILED")
bOK = false
goto Cont2
ErrHndl2:
diff --git a/qadevOOo/tests/basic/ifc/lang/XInitialization/lang_XInitialization.xba b/qadevOOo/tests/basic/ifc/lang/XInitialization/lang_XInitialization.xba
index d0f13f4ea614..95eac406171f 100644
--- a/qadevOOo/tests/basic/ifc/lang/XInitialization/lang_XInitialization.xba
+++ b/qadevOOo/tests/basic/ifc/lang/XInitialization/lang_XInitialization.xba
@@ -37,7 +37,7 @@ option explicit
' - Global aInitArgs() As Variant
' Global aNoInit() As Variant [optional]
-' if the variable defined as Array the method initialize() isnt called.
+' if the variable defined as Array the method initialize() isn't called.
'*************************************************************************
diff --git a/qadevOOo/tests/basic/ifc/sdbc/XCloseable/sdbc_XCloseable.xba b/qadevOOo/tests/basic/ifc/sdbc/XCloseable/sdbc_XCloseable.xba
index b25cec4dd6bb..8a8333dd9dd6 100644
--- a/qadevOOo/tests/basic/ifc/sdbc/XCloseable/sdbc_XCloseable.xba
+++ b/qadevOOo/tests/basic/ifc/sdbc/XCloseable/sdbc_XCloseable.xba
@@ -67,7 +67,7 @@ ErrHndl:
resume next
ExpectErr:
- Out.Log("Proper exception occured")
+ Out.Log("Proper exception occurred")
bEx = true
resume next
End Sub
diff --git a/qadevOOo/tests/basic/ifc/sdbcx/XRowLocate/sdbcx_XRowLocate.xba b/qadevOOo/tests/basic/ifc/sdbcx/XRowLocate/sdbcx_XRowLocate.xba
index d4d4dad68408..01f299d7cd39 100644
--- a/qadevOOo/tests/basic/ifc/sdbcx/XRowLocate/sdbcx_XRowLocate.xba
+++ b/qadevOOo/tests/basic/ifc/sdbcx/XRowLocate/sdbcx_XRowLocate.xba
@@ -63,14 +63,14 @@ On Error Goto ErrHndl
cDscr2 = oObj.getString(1)
Out.Log("Now on " + cDscr2)
oObj.moveToBookmark(oBM1)
- Out.Log("After movment on " + oObj.getString(1))
+ Out.Log("After movement on " + oObj.getString(1))
bOK = bOK AND oObj.getString(1) = cDscr1
Test.MethodTested("moveToBookmark()", bOK)
Test.StartMethod("moveRelativeToBookmark()")
bOK = true
oObj.moveRelativeToBookmark(oBM1, 1)
- Out.Log("After movment on " + oObj.getString(1))
+ Out.Log("After movement on " + oObj.getString(1))
bOK = bOK AND oObj.getString(1) = cDscr2
Test.MethodTested("moveRelativeToBookmark()", bOK)
diff --git a/qadevOOo/tests/basic/ifc/text/XRelativeTextContentInsert/text_XRelativeTextContentInsert.xba b/qadevOOo/tests/basic/ifc/text/XRelativeTextContentInsert/text_XRelativeTextContentInsert.xba
index e5e814d2a723..4f8a9d1a0159 100644
--- a/qadevOOo/tests/basic/ifc/text/XRelativeTextContentInsert/text_XRelativeTextContentInsert.xba
+++ b/qadevOOo/tests/basic/ifc/text/XRelativeTextContentInsert/text_XRelativeTextContentInsert.xba
@@ -50,7 +50,7 @@ On Error Goto ErrHndl
oCursor = oObj.createTextCursor()
if (isNULL(oCursor)) then Out.Log("Can't create text cursor!")
- Out.Log("First, mark all existant entries with 0")
+ Out.Log("First, mark all existent entries with 0")
oEnum = oObj.createEnumeration()
while (oEnum.hasMoreElements())
diff --git a/qadevOOo/tests/basic/ifc/text/XTextColumns/text_XTextColumns.xba b/qadevOOo/tests/basic/ifc/text/XTextColumns/text_XTextColumns.xba
index 6717868f580b..e053fd83e7c1 100644
--- a/qadevOOo/tests/basic/ifc/text/XTextColumns/text_XTextColumns.xba
+++ b/qadevOOo/tests/basic/ifc/text/XTextColumns/text_XTextColumns.xba
@@ -84,7 +84,7 @@ On Error Goto ErrHndl
' initialize the pagestyle with the new values
oPageStyle.TextColumns = oObj
- ' check if ColumnsCount was set successfull
+ ' check if ColumnsCount was set successful
Test.StartMethod("getColumnCount()")
bOK = true
bOK = bOK AND (nCount = oPageStyle.TextColumns.ColumnCount)
diff --git a/qadevOOo/tests/basic/mod/dynamicloader.uno/Dynamic/dynamicloader_uno_Dynamic.xba b/qadevOOo/tests/basic/mod/dynamicloader.uno/Dynamic/dynamicloader_uno_Dynamic.xba
index 1662ca846718..99e3457b8205 100644
--- a/qadevOOo/tests/basic/mod/dynamicloader.uno/Dynamic/dynamicloader_uno_Dynamic.xba
+++ b/qadevOOo/tests/basic/mod/dynamicloader.uno/Dynamic/dynamicloader_uno_Dynamic.xba
@@ -32,7 +32,7 @@
option explicit
'*************************************************************************
-'!!! Doesnt currently work as service can't be instantiated.
+'!!! Doesn't currently work as service can't be instantiated.
'*************************************************************************
diff --git a/qadevOOo/tests/basic/mod/dynamicloader/Dynamic/dynamicloader_Dynamic.xba b/qadevOOo/tests/basic/mod/dynamicloader/Dynamic/dynamicloader_Dynamic.xba
index 2d9c55b266c1..5c11e06aa0b7 100644
--- a/qadevOOo/tests/basic/mod/dynamicloader/Dynamic/dynamicloader_Dynamic.xba
+++ b/qadevOOo/tests/basic/mod/dynamicloader/Dynamic/dynamicloader_Dynamic.xba
@@ -32,7 +32,7 @@
option explicit
'*************************************************************************
-'!!! Doesnt currently work as service can't be instantiated.
+'!!! Doesn't currently work as service can't be instantiated.
'*************************************************************************
diff --git a/qadevOOo/tests/basic/mod/sc/ScDDELinkObj/sc_ScDDELinkObj.xba b/qadevOOo/tests/basic/mod/sc/ScDDELinkObj/sc_ScDDELinkObj.xba
index ffa2ae6eae42..01bf30eae753 100644
--- a/qadevOOo/tests/basic/mod/sc/ScDDELinkObj/sc_ScDDELinkObj.xba
+++ b/qadevOOo/tests/basic/mod/sc/ScDDELinkObj/sc_ScDDELinkObj.xba
@@ -60,7 +60,7 @@ On Error Goto ErrHndl
DDEItem = "Sheet1.A1"
- ' This construction of 2-way convertion of testdocs location
+ ' This construction of 2-way conversion of testdocs location
' should take place here, because there is unnecessary slash at the end of
' cTestDocsDir.
DDETopic = utils.URL2Path(utils.Path2URL(cTestDocsDir & "ScDDELinksObj.sdc"))
diff --git a/qadevOOo/tests/basic/mod/sc/ScDDELinksObj/sc_ScDDELinksObj.xba b/qadevOOo/tests/basic/mod/sc/ScDDELinksObj/sc_ScDDELinksObj.xba
index eea6dc68a7c9..be0c0abd35a3 100644
--- a/qadevOOo/tests/basic/mod/sc/ScDDELinksObj/sc_ScDDELinksObj.xba
+++ b/qadevOOo/tests/basic/mod/sc/ScDDELinksObj/sc_ScDDELinksObj.xba
@@ -51,7 +51,7 @@ On Error Goto ErrHndl
oTestDoc = utils.loadTestDocument("ScDDELinksObj.sdc")
- ' This construction of 2-way convertion of testdocs location
+ ' This construction of 2-way conversion of testdocs location
' should take place here, because there is unnecessary slash at the end of
' cTestDocsDir.
testDoc = utils.URL2Path(utils.Path2URL(cTestDocsDir & "ScDDELinksObj.sdc"))
diff --git a/qadevOOo/tests/basic/mod/sc/ScIndexEnumeration_DDELinksEnumeration/sc_ScIndexEnumeration_DDELinksEnumeration.xba b/qadevOOo/tests/basic/mod/sc/ScIndexEnumeration_DDELinksEnumeration/sc_ScIndexEnumeration_DDELinksEnumeration.xba
index fc57bcf9910e..ba5847c7ab3f 100644
--- a/qadevOOo/tests/basic/mod/sc/ScIndexEnumeration_DDELinksEnumeration/sc_ScIndexEnumeration_DDELinksEnumeration.xba
+++ b/qadevOOo/tests/basic/mod/sc/ScIndexEnumeration_DDELinksEnumeration/sc_ScIndexEnumeration_DDELinksEnumeration.xba
@@ -49,7 +49,7 @@ On Error Goto ErrHndl
oTestDoc = utils.loadTestDocument("ScDDELinksObj.sdc")
- ' This construction of 2-way convertion of testdocs location
+ ' This construction of 2-way conversion of testdocs location
' should take place here, because there is unnecessary slash at the end of
' cTestDocsDir.
testDoc = utils.URL2Path(utils.Path2URL(cTestDocsDir & "ScDDELinksObj.sdc"))