summaryrefslogtreecommitdiffstats
path: root/testautomation/writer/optional/includes
diff options
context:
space:
mode:
authorHelge Delfs <hde@openoffice.org>2009-12-10 13:12:21 +0000
committerHelge Delfs <hde@openoffice.org>2009-12-10 13:12:21 +0000
commit2869d8238cb7efe93e3392bc4dbdf2333b03d3c5 (patch)
tree89bda47eb3a04c37a96292685aee60c2423f1b56 /testautomation/writer/optional/includes
parentjl146: #i107038 - Added call to ViewZoom at the end of hNewDocument() for Wri... (diff)
downloadcore-2869d8238cb7efe93e3392bc4dbdf2333b03d3c5.tar.gz
core-2869d8238cb7efe93e3392bc4dbdf2333b03d3c5.zip
FIX: initial dialog closed that opened after loading document, close all documents at end of testcase
Diffstat (limited to 'testautomation/writer/optional/includes')
-rwxr-xr-xtestautomation/writer/optional/includes/dropdownLB/w_dropdownLB1.inc8
1 files changed, 7 insertions, 1 deletions
diff --git a/testautomation/writer/optional/includes/dropdownLB/w_dropdownLB1.inc b/testautomation/writer/optional/includes/dropdownLB/w_dropdownLB1.inc
index 1112d4b62551..3f7d55cb8be7 100755
--- a/testautomation/writer/optional/includes/dropdownLB/w_dropdownLB1.inc
+++ b/testautomation/writer/optional/includes/dropdownLB/w_dropdownLB1.inc
@@ -1032,6 +1032,10 @@ testcase tDropDownLB_17
PrintLog "- Open a word document which includes 2 entries."
Call hFileOpen(sTestFile)
Call sMakeReadOnlyDocumentEditable
+
+ Kontext "EditInputList"
+ if EditInputList.Exists then EditInputList.Cancel
+
PrintLog "- Set focus in front of first line."
Call wTypeKeys "<MOD1 Home>"
PrintLog "- Edit/Fields."
@@ -1085,7 +1089,9 @@ testcase tDropDownLB_17
FeldbefehlBearbeitenFunktionen.Cancel
- Call hCloseDocument ' <- close word document
+ Do Until GetDocumentCount = 0
+ Call hCloseDocument
+ Loop
endcase