summaryrefslogtreecommitdiff
path: root/testautomation/dbaccess
diff options
context:
space:
mode:
authorMarc Neumann [msc] <Marc.Neumann@sun.com>2010-03-11 15:14:59 +0100
committerMarc Neumann [msc] <Marc.Neumann@sun.com>2010-03-11 15:14:59 +0100
commitda45295271b802e82a6a3f4afbb6b86a02da570e (patch)
treeeed4d3a8e2e3a8664e5701d1dd3e33373a1a50d0 /testautomation/dbaccess
parent91cdb9b974dbd56b24194ffdda96c134454e94fa (diff)
native0: #161745# fix item count
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 b6ea6483a10a..fa3c1a4b0a14 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 ( hIsExtensionAlreadyInstalled("sun-report-builder.oxt")) then
- iCheckCount = 2
- else
+ if ( gOOO ) then
iCheckCount = 1
+ else
+ iCheckCount = 2
endif
if ( iCount <> iCheckCount ) then
warnlog "There are not " + iCheckCount + " items in the CreationList. There are " + iCount + " items."