summaryrefslogtreecommitdiff
path: root/testautomation/extensions/required
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2010-12-17 16:18:53 +0100
committerHans-Joachim Lankenau <hjs@openoffice.org>2010-12-17 16:18:53 +0100
commit1d2a521921c3c2be2269c5ba7433449d38072784 (patch)
treee077b49876e96b88f662b9f139ba0c86bae00ecc /testautomation/extensions/required
parentc0ba924d05782b310b323462a734fb2f35f0485b (diff)
parent281cf7b248ec45d161629bb081d7dab80dea143b (diff)
CWS-TOOLING: integrate CWS sb131
Diffstat (limited to 'testautomation/extensions/required')
-rw-r--r--testautomation/extensions/required/includes/e_update.inc12
1 files changed, 11 insertions, 1 deletions
diff --git a/testautomation/extensions/required/includes/e_update.inc b/testautomation/extensions/required/includes/e_update.inc
index e563b5ae3a45..573ec3a2f903 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