summaryrefslogtreecommitdiff
path: root/testautomation/dbaccess
diff options
context:
space:
mode:
authorobo <obo@openoffice.org>2010-03-09 17:48:46 +0100
committerobo <obo@openoffice.org>2010-03-09 17:48:46 +0100
commit2bd0539eba7f9bb8a11c4752c388d8b04b547923 (patch)
tree288617d79745796b88fd711c5dbef167fb653642 /testautomation/dbaccess
parent399535655c790ccf93071b8b1c11cb2df5d85600 (diff)
#i10000# Restore change sets from damaged repository, helpcontent2 and testautomation changes
Diffstat (limited to 'testautomation/dbaccess')
-rwxr-xr-xtestautomation/dbaccess/required/includes/MainApp.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/testautomation/dbaccess/required/includes/MainApp.inc b/testautomation/dbaccess/required/includes/MainApp.inc
index 4139c883c57a..b6ea6483a10a 100755
--- a/testautomation/dbaccess/required/includes/MainApp.inc
+++ b/testautomation/dbaccess/required/includes/MainApp.inc
@@ -204,10 +204,10 @@ testcase tMainApp
printlog "count the items in the CreationList"
Dim iCheckCount as Integer
iCount = CreationList.getItemCount()
- if ( gOOO ) then
- iCheckCount = 1
- else
+ if ( hIsExtensionAlreadyInstalled("sun-report-builder.oxt")) then
iCheckCount = 2
+ else
+ iCheckCount = 1
endif
if ( iCount <> iCheckCount ) then
warnlog "There are not " + iCheckCount + " items in the CreationList. There are " + iCount + " items."