summaryrefslogtreecommitdiffstats
path: root/testautomation/math
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2010-09-29 10:05:34 +0200
committerVladimir Glazunov <vg@openoffice.org>2010-09-29 10:05:34 +0200
commit9d2e52fe772b65cd814b2ea573325ff8599cf959 (patch)
tree1a63ca6726232ccd604589a7b14aeddb0525d33f /testautomation/math
parentCWS-TOOLING: integrate CWS perftest12 (diff)
parent#i114526# reenter dialog for other buttons (diff)
downloadcore-9d2e52fe772b65cd814b2ea573325ff8599cf959.tar.gz
core-9d2e52fe772b65cd814b2ea573325ff8599cf959.zip
CWS-TOOLING: integrate CWS tl82
Diffstat (limited to 'testautomation/math')
-rw-r--r--testautomation/math/optional/includes/m_105.inc2
-rw-r--r--[-rwxr-xr-x]testautomation/math/required/includes/m_005_.inc11
2 files changed, 12 insertions, 1 deletions
diff --git a/testautomation/math/optional/includes/m_105.inc b/testautomation/math/optional/includes/m_105.inc
index 9d35f36ffdea..373643b2e2f0 100644
--- a/testautomation/math/optional/includes/m_105.inc
+++ b/testautomation/math/optional/includes/m_105.inc
@@ -448,7 +448,7 @@ testcase tToolsCatalog
'///+ insert the copied text into the document ///'
DocumentWriter.typeKeys "<Mod1 End> - " + sTemp + ": " + j + "<Tab>"
sAllSymbols = sAllSymbols + sTemp
- listAppend(lAllSymbols(), sTemp)
+ listAppend(lAllSymbols(), rtrim(sTemp))
next j
next i
diff --git a/testautomation/math/required/includes/m_005_.inc b/testautomation/math/required/includes/m_005_.inc
index d9c773ef7372..f2c2a5d0ca60 100755..100644
--- a/testautomation/math/required/includes/m_005_.inc
+++ b/testautomation/math/required/includes/m_005_.inc
@@ -67,6 +67,17 @@ testcase tToolsCatalog
'/// Click Button 'Modify' ///'
Modify.Click
sleep 1
+ '/// cancel dialog 'Edit Symbols' ///'
+ EditSymbols.Cancel
+ ' since cws tl82 - dev300m88 we need to go into dialog again to get the others buttons
+ Kontext "SymboleMath"
+ printlog "count of 'Symbol set' :" + Symbolset.GetItemCount
+ '/// click button 'Edit...' ///'
+ Bearbeiten.Click
+ Kontext "EditSymbols"
+ '/// select last item in listbox 'Font' ///'
+ Font.Select (Font.GetItemCount)
+ sleep 1
'/// Click Button 'Delete' ///'
Delete.Click
sleep 1