summaryrefslogtreecommitdiffstats
path: root/testautomation/framework
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/framework')
-rw-r--r--testautomation/framework/optional/includes/basic_gridcontrol.inc5
-rw-r--r--testautomation/framework/optional/includes/basic_macros.inc2
-rwxr-xr-xtestautomation/framework/optional/input/gridcontrol.odtbin12252 -> 12045 bytes
3 files changed, 4 insertions, 3 deletions
diff --git a/testautomation/framework/optional/includes/basic_gridcontrol.inc b/testautomation/framework/optional/includes/basic_gridcontrol.inc
index 95bad4d09463..68a2416bddee 100644
--- a/testautomation/framework/optional/includes/basic_gridcontrol.inc
+++ b/testautomation/framework/optional/includes/basic_gridcontrol.inc
@@ -32,7 +32,6 @@
'\******************************************************************************
testcase tGridcontrolLoad
- const MACRO_NAME = "Show"
const FILE_NAME = "framework/optional/input/gridcontrol.odt"
dim i as integer
@@ -42,8 +41,10 @@ testcase tGridcontrolLoad
call hFileOpenLocally( gTestToolPath & FILE_NAME )
printlog "Start the macro, that performs the test"
- hExecMacro( MACRO_NAME )
+ Kontext "ShowGridcontrol"
+ ' FAILS IF DOCUMENT IS READONLY....
+ ShowGridcontrol.typeKeys "<space>"
Kontext "GridControlDialog"
if GridControlDialog.exists(5) then
for i=1 to gridcontrolcontrol.getcolumncount
diff --git a/testautomation/framework/optional/includes/basic_macros.inc b/testautomation/framework/optional/includes/basic_macros.inc
index cc8ff04fb408..e649200a585f 100644
--- a/testautomation/framework/optional/includes/basic_macros.inc
+++ b/testautomation/framework/optional/includes/basic_macros.inc
@@ -351,7 +351,7 @@ testcase tMakro_Dialog
printlog( "Select the last item in the treelist" )
kontext "Makro"
hSelectTheLastNode( MakroAus )
-
+ WaitSlot(2000)
printlog( "Delete the new module" )
Loeschen.Click()
diff --git a/testautomation/framework/optional/input/gridcontrol.odt b/testautomation/framework/optional/input/gridcontrol.odt
index d1d52c32245f..9d175f3c73eb 100755
--- a/testautomation/framework/optional/input/gridcontrol.odt
+++ b/testautomation/framework/optional/input/gridcontrol.odt
Binary files differ