diff options
author | Thorsten Bosbach <tbo@OpenOffice.org> | 2010-12-02 12:11:53 +0100 |
---|---|---|
committer | Thorsten Bosbach <tbo@OpenOffice.org> | 2010-12-02 12:11:53 +0100 |
commit | a95b59d83a28a7a92659b0743fea876c46713c15 (patch) | |
tree | c08e17ee8f1921836d7dc9a1c4fbeab3917e9d07 /testautomation/extensions | |
parent | 84787be15b9a323db2a9a2d3dd7e90f470003ca8 (diff) |
#i115865# cancel button is now a close button
Diffstat (limited to 'testautomation/extensions')
-rw-r--r-- | testautomation/extensions/required/includes/e_update.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testautomation/extensions/required/includes/e_update.inc b/testautomation/extensions/required/includes/e_update.inc index e563b5ae3a45..783d10e35ef7 100644 --- a/testautomation/extensions/required/includes/e_update.inc +++ b/testautomation/extensions/required/includes/e_update.inc @@ -91,7 +91,7 @@ testcase tExtensionManagerResources() kontext "ExtensionUpdate" if ( ExtensionUpdate.exists( 2 ) ) then call dialogtest( ExtensionUpdate ) - ExtensionUpdate.cancel() + ExtensionUpdate.close() ExtensionUpdate.notExists( 3 ) else warnlog( "Extenson Update dialog did not open" ) |