#i10000# Restore change sets from damaged repository, helpcontent2 and testautomation changes
This commit is contained in:
parent
399535655c
commit
2bd0539eba
1 changed files with 3 additions and 3 deletions
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue