#i10000# Restore change sets from damaged repository, helpcontent2 and testautomation changes

This commit is contained in:
obo 2010-03-09 17:48:46 +01:00
parent 399535655c
commit 2bd0539eba

View file

@ -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."