Kaydet (Commit) 39953565 authored tarafından Marc Neumann [msc]'s avatar Marc Neumann [msc]

native0: #161745# fix item count

üst 5e5b36d4
......@@ -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."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment