summaryrefslogtreecommitdiff
path: root/testautomation
diff options
context:
space:
mode:
authorJoerg Skottke [jsk] <jsk@openoffice.org>2010-08-11 14:08:34 +0200
committerJoerg Skottke [jsk] <jsk@openoffice.org>2010-08-11 14:08:34 +0200
commitdbd690b4ff6767e4bee3cf068a3a8791c286b110 (patch)
tree8d49c32d81cd0a4348f98f1066b853fe74a07fd6 /testautomation
parent3cfb1a05631cdb65ff91ccc8198f631629e66621 (diff)
jl154: #i113786# - Inverted logic
Diffstat (limited to 'testautomation')
-rwxr-xr-xtestautomation/extensions/optional/includes/location.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/testautomation/extensions/optional/includes/location.inc b/testautomation/extensions/optional/includes/location.inc
index 9b5daebca62e..262495666cbb 100755
--- a/testautomation/extensions/optional/includes/location.inc
+++ b/testautomation/extensions/optional/includes/location.inc
@@ -65,11 +65,11 @@ testcase tExtensionLocation
kontext "Makro"
if ( Makro.exists( 1 ) ) then
- printlog( "Macro was executed")
- Makro.close()
- else
warnlog( "Macro was not executed")
+ Makro.close()
goto endsub
+ else
+ printlog( "Macro was executed")
endif
kontext "active"