diff options
author | Daniel Rentz [dr] <daniel.rentz@oracle.com> | 2010-12-27 12:33:29 +0100 |
---|---|---|
committer | Daniel Rentz [dr] <daniel.rentz@oracle.com> | 2010-12-27 12:33:29 +0100 |
commit | ba973d7fba682aa951bea428e6fed80c5d414897 (patch) | |
tree | 459bb87159bf70ce010cf4671be051d2607038ee /testautomation/extensions/required | |
parent | b08484f137b601174625c4664ce250354acc8e9b (diff) | |
parent | 0aea5f8fa50336696d98adfe70a0b3f06ffab90a (diff) |
dr77: rebase to DEV300m96
Diffstat (limited to 'testautomation/extensions/required')
-rw-r--r--[-rwxr-xr-x] | testautomation/extensions/required/includes/e_update.inc | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/testautomation/extensions/required/includes/e_update.inc b/testautomation/extensions/required/includes/e_update.inc index e563b5ae3a45..22fe13395413 100755..100644 --- a/testautomation/extensions/required/includes/e_update.inc +++ b/testautomation/extensions/required/includes/e_update.inc @@ -44,7 +44,7 @@ testcase tExtensionManagerResources() dim iFilterItems as integer const MAX_ITERATIONS = 50 - const FILTER_ITEMS = 9 ' This is the number of filters/extension types we know + const FILTER_ITEMS = 10 ' This is the number of filters/extension types we know printlog( "Ressource test for the Extension Manager UI" ) ToolsPackageManager @@ -76,6 +76,16 @@ testcase tExtensionManagerResources() warnlog( "The file type filter list is incorrect" ) printlog( "Expected: " & FILTER_ITEMS ) printlog( "Found...: " & iFilterItems ) + '0: All files (*.*) + '1: Configuration Data + '2: Configuration Schema + '3: Extension + '4: UNO Components + '5: UNO Dynamic Library Component + '6: UNO Java Component + '7: UNO Java Type Library + '8: UNO Python Component + '9: UNO RDB Type Library else printlog( "The number of filters in Add Extensions Dialog is ok" ) endif @@ -91,7 +101,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" ) |