summaryrefslogtreecommitdiff
path: root/testautomation/extensions/optional/includes/online_update.inc
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/extensions/optional/includes/online_update.inc')
-rw-r--r--[-rwxr-xr-x]testautomation/extensions/optional/includes/online_update.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/testautomation/extensions/optional/includes/online_update.inc b/testautomation/extensions/optional/includes/online_update.inc
index 24739132beaa..9f125c1c8a2c 100755..100644
--- a/testautomation/extensions/optional/includes/online_update.inc
+++ b/testautomation/extensions/optional/includes/online_update.inc
@@ -25,7 +25,7 @@
'
'/******************************************************************************
'*
-'* owner : joerg.skottke@oracle.com
+'* owner : gregor.hartmann@oracle.com
'*
'* short description : Hit update button for an extension
'*
@@ -82,7 +82,7 @@ testcase tExtensionUpdate
kontext "ExtensionUpdate"
if ( ExtensionUpdate.exists() ) then
printlog( "Close update-dialog. Good." )
- ExtensionUpdate.cancel()
+ ExtensionUpdate.close()
else
warnlog( "Extension update dialog is missing" )
endif