summaryrefslogtreecommitdiff
path: root/testautomation/framework/optional/includes/basic_macros.inc
diff options
context:
space:
mode:
authorJoerg Skottke [jsk] <jsk@openoffice.org>2010-03-01 11:47:49 +0100
committerJoerg Skottke [jsk] <jsk@openoffice.org>2010-03-01 11:47:49 +0100
commita91a5fee4e2596d578907c260dbd83c4da4c95eb (patch)
tree3f944d92318ee1cf1d40f80ad9d20e7df698b98b /testautomation/framework/optional/includes/basic_macros.inc
parent00acc2d4a3020ac54a7d7f0aede1677b865a419a (diff)
vitomation01: #i109696 - Remove hCloseNavigator(), use hCloseDialog() instead, eliminated function
Diffstat (limited to 'testautomation/framework/optional/includes/basic_macros.inc')
-rwxr-xr-xtestautomation/framework/optional/includes/basic_macros.inc9
1 files changed, 2 insertions, 7 deletions
diff --git a/testautomation/framework/optional/includes/basic_macros.inc b/testautomation/framework/optional/includes/basic_macros.inc
index 8a8b3bb1a236..eca589b6f175 100755
--- a/testautomation/framework/optional/includes/basic_macros.inc
+++ b/testautomation/framework/optional/includes/basic_macros.inc
@@ -70,7 +70,8 @@ testcase tMakro_In_All_Apps
brc = hCloseBasicIde()
printlog( "Close the navigator (Master-doc)" )
- brc = hCloseNavigator()
+ kontext "Navigator"
+ hCloseDialog( Navigator, "close,optional" )
printlog( "Close the document" )
FileClose
@@ -94,12 +95,6 @@ endcase
testcase tMakro_Dialog
- if ( gBuild < 9305 ) then
- warnlog( "#i87457# - Application macros assigned to userlayer" )
- goto endsub
- endif
-
-
dim brc as boolean
dim cMsg as string