summaryrefslogtreecommitdiff
path: root/testautomation/math
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2009-07-16 13:36:50 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2009-07-16 13:36:50 +0000
commit172ad8fa2d6fa3ec927db1b4948d634ccda63f17 (patch)
treeef5628c6a2d7be88abbf11918a23327a1a773bad /testautomation/math
parente796d331e88d4dbb1442a49905c054b52a66987e (diff)
CWS-TOOLING: integrate CWS tbo07
2009-07-15 12:50:18 +0200 tbo r274002 : #ii97838# fine tuning of text 2009-07-09 11:58:53 +0200 tbo r273855 : #i102592# add configur switch --enable-hids 2009-07-07 18:37:46 +0200 tbo r273812 : last fixes 2009-06-30 17:44:03 +0200 tbo r273527 : #i97838# dynamik hid.lst found 2009-06-30 12:53:57 +0200 tbo r273503 : #i100285# use other name of dialog 2009-06-25 18:56:33 +0200 tbo r273390 : CWS-TOOLING: rebase CWS tbo07 to trunk@272827 (milestone: DEV300:m50) 2009-06-25 15:31:23 +0200 tbo r273383 : #i100285# use other name of dialog 2009-06-25 14:15:33 +0200 tbo r273381 : #i100285# use other name of dialog + context problem with macos 2009-05-20 16:36:54 +0200 tbo r272140 : readme.txt fot the lost hid.lst file 2009-05-20 16:30:31 +0200 tbo r272139 : removal of hid.lst file 2009-05-20 16:28:26 +0200 tbo r272138 : corrections 2009-05-16 19:27:00 +0200 tbo r271982 : #i# copy hid.lst from OOo installation to global/hid 2009-04-21 13:36:36 +0200 tbo r271034 : #i101044# 2009-04-20 18:49:50 +0200 tbo r271009 : #i101044# 2009-04-20 18:47:35 +0200 tbo r271008 : #i100909#
Diffstat (limited to 'testautomation/math')
-rw-r--r--testautomation/math/optional/includes/m_105.inc12
-rwxr-xr-xtestautomation/math/required/includes/m_001_.inc4
2 files changed, 11 insertions, 5 deletions
diff --git a/testautomation/math/optional/includes/m_105.inc b/testautomation/math/optional/includes/m_105.inc
index 8b70ecbd4aaa..939067906039 100644
--- a/testautomation/math/optional/includes/m_105.inc
+++ b/testautomation/math/optional/includes/m_105.inc
@@ -195,7 +195,7 @@ end sub
testcase tToolsConfigure
'/// idea from #108930 find double entries of keyboard-keys ///'
- dim sKeys(300,2) as string
+ dim sKeys(600,2) as string
dim i,a,b as integer
dim sTemp, sTemp2 as string
dim iBugCount(2) as integer
@@ -383,8 +383,14 @@ testcase tToolsCatalog
'///+ insert for the count of symbols for each symbol set the symbol into the document ///'
for j = 1 to x(i)
printlog "(" + i + "/" + iSymbolSets + ")(" + j + "/" + x(i) + ")"
- '///+ Insert->Object->Formula ///'
- InsertObjectFormulaWriter ' culprint after 20 calls :-( in #111622
+ try
+ '///+ Insert->Object->Formula ///'
+ InsertObjectFormulaWriter ' culprint after 20 calls :-( in #111622
+ catch
+ qaErrorLog "Can not leave object selection"
+ ' somehow not triggerable on macos
+ goto endsub
+ endcatch
Kontext "DocumentMath"
'///+ Tools->Catalog ///'
ToolsSymbolsCatalog
diff --git a/testautomation/math/required/includes/m_001_.inc b/testautomation/math/required/includes/m_001_.inc
index 3c0f6cabbf8c..fd7905ef382a 100755
--- a/testautomation/math/required/includes/m_001_.inc
+++ b/testautomation/math/required/includes/m_001_.inc
@@ -590,7 +590,7 @@ testcase tmExportAsPDF
Sleep 5
ExportAsPDF.click
' the 'Export as PDF' dialog has to come up, with the only 'File type' 'PDF - Portable Document Format (.pdf)'
- kontext "ExportAsPDFDlg"
+ kontext "ExportierenDlg"
sTemp = Dateityp.GetSelText
if (sTemp <> sPDF) then
Warnlog "filter for PDF export is missing :-( should: '" + sPDF + "'; is: '" + + "'"
@@ -608,7 +608,7 @@ testcase tmExportAsPDF
OrdnerName.SetText "abc"
'///+ - - cancel dialog $Foldername ///'
NeuerOrdner.cancel
- kontext "ExportAsPDFDlg"
+ kontext "ExportierenDlg"
'///+ - click on the button 'Default Directory' ///'
Standard.Click
'///+ - cancel dialog ///'