summaryrefslogtreecommitdiff
path: root/testautomation/extensions
diff options
context:
space:
mode:
authorThorsten Bosbach <tbo@OpenOffice.org>2010-12-01 13:56:33 +0100
committerThorsten Bosbach <tbo@OpenOffice.org>2010-12-01 13:56:33 +0100
commit281cf7b248ec45d161629bb081d7dab80dea143b (patch)
tree78f8221c169fa01b5980c183c36623c5df515507 /testautomation/extensions
parent480773ed662b95216f791324b5e022e5b2252e7b (diff)
#i115864# change file list count
Diffstat (limited to 'testautomation/extensions')
-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