summaryrefslogtreecommitdiff
path: root/testautomation/extensions/optional
diff options
context:
space:
mode:
authorJoerg Skottke [jsk] <jsk@openoffice.org>2010-08-13 07:28:35 +0200
committerJoerg Skottke [jsk] <jsk@openoffice.org>2010-08-13 07:28:35 +0200
commita1a87b109eac6ff48998533f50cb7547af839adc (patch)
tree3f58dae8ef3626d7f0dce44e6678a6696324a0f1 /testautomation/extensions/optional
parent5f5012a8d9eff10f8a76e40e94a1d30955aa7747 (diff)
parentdbd690b4ff6767e4bee3cf068a3a8791c286b110 (diff)
jl154: Local merge
Diffstat (limited to 'testautomation/extensions/optional')
-rwxr-xr-xtestautomation/extensions/optional/includes/location.inc22
1 files changed, 10 insertions, 12 deletions
diff --git a/testautomation/extensions/optional/includes/location.inc b/testautomation/extensions/optional/includes/location.inc
index c23fdfdf922b..262495666cbb 100755
--- a/testautomation/extensions/optional/includes/location.inc
+++ b/testautomation/extensions/optional/includes/location.inc
@@ -61,14 +61,15 @@ testcase tExtensionLocation
warnlog( "Macro execution warning is missing" )
endif
- irc = hMacroOrganizerRunMacro( MACRO_NAME )
- if ( irc = 0 ) then
- warnlog( "No macro with the given name could be found, aborting" )
- kontext "Makro"
- if ( Makro.exists() ) then
- Makro.close()
- endif
+ hMacroOrganizerRunMacro( MACRO_NAME )
+
+ kontext "Makro"
+ if ( Makro.exists( 1 ) ) then
+ warnlog( "Macro was not executed")
+ Makro.close()
goto endsub
+ else
+ printlog( "Macro was executed")
endif
kontext "active"
@@ -84,11 +85,8 @@ testcase tExtensionLocation
warnlog( "No messagebox displayed, please check that the macro is executed" )
endif
- irc = hExtensionAddGUI( cWorkPath & EXTENSION_NAME , "verbose,InstallForUser" )
- irc = hMacroOrganizerRunMacro( MACRO_NAME )
- if ( irc = 0 ) then
- warnlog( "No macro with the given name could be found" )
- endif
+ hExtensionAddGUI( cWorkPath & EXTENSION_NAME , "verbose,InstallForUser" )
+ hMacroOrganizerRunMacro( MACRO_NAME )
kontext "active"
if ( active.exists( 2 ) ) then