summaryrefslogtreecommitdiff
path: root/testautomation/dbaccess
diff options
context:
space:
mode:
authorMarc Neumann [msc] <Marc.Neumann@sun.com>2010-03-09 15:55:11 +0100
committerMarc Neumann [msc] <Marc.Neumann@sun.com>2010-03-09 15:55:11 +0100
commit399535655c790ccf93071b8b1c11cb2df5d85600 (patch)
tree085e412b3145676fb0442d3175bf8cf7e90843da /testautomation/dbaccess
parent5e5b36d4eaf2575c5935832dab12858600d76219 (diff)
native0: #161745# fix item count
Diffstat (limited to 'testautomation/dbaccess')
-rwxr-xr-x[-rw-r--r--]testautomation/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..4139c883c57a 100644..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."