summaryrefslogtreecommitdiff
path: root/testautomation/framework
diff options
context:
space:
mode:
authorJoerg Skottke [jsk] <jsk@openoffice.org>2010-05-26 08:09:45 +0200
committerJoerg Skottke [jsk] <jsk@openoffice.org>2010-05-26 08:09:45 +0200
commit65ff7b9bca679a9dbccb8395705ea54c9c61f917 (patch)
treec5d3c887dd4d1c768af074572726018d62b88204 /testautomation/framework
parentd9050c32bd99f49518f401ad4caf055014cd2961 (diff)
vitomation01: #i109696 - fix kontext error
Diffstat (limited to 'testautomation/framework')
-rwxr-xr-xtestautomation/framework/required/includes/standard_toolbar_4.inc26
1 files changed, 17 insertions, 9 deletions
diff --git a/testautomation/framework/required/includes/standard_toolbar_4.inc b/testautomation/framework/required/includes/standard_toolbar_4.inc
index b1a820769ceb..bc67ca6535ff 100755
--- a/testautomation/framework/required/includes/standard_toolbar_4.inc
+++ b/testautomation/framework/required/includes/standard_toolbar_4.inc
@@ -34,24 +34,32 @@
testcase tStandardBar_4
printlog( "Invisible items on the standardbar" )
-
- dim brc as boolean
-
+
+ printlog( "Reset standardbar to defaults" )
hResetStandardBar()
-
+
+ kontext "Writer"
+ printlog( "Open one single Writer document" )
hInitSingleDoc()
+
+ kontext "DocumentWriter"
DocumentWriter.maximize() ' Needed to avoid toolbar clipping on resolutions < 1024x768 or small windows.
+
+ printlog( "Check item count on toolbar" )
hStandardbarItemGetCount()
-
+
+ printlog( "Load URL" )
hStandardbarLoadUrl()
-
+
+ printlog( "<NEW> dialog" )
hStandardbarNewDialog()
-
+
+ printlog( "<Save As>" )
hStandardbarSaveAs()
-
+
+ printlog( "Close all open documents" )
hFileCloseAll()
-
endcase