i116396: [Automation]: adapt the Impress/Draw autotests for removed binfilter export
This commit is contained in:
parent
32e427257a
commit
777eb0c8ab
1 changed files with 2 additions and 11 deletions
|
@ -30,15 +30,6 @@
|
|||
'* short description :
|
||||
'*
|
||||
'**************************************************************************************
|
||||
' #1 tiEditUndo
|
||||
' #1 tiEditRedo
|
||||
' #1 tiEditClipboard
|
||||
' #1 tiEditPasteSpecial_HTML
|
||||
' #1 tdEditPasteSpecial_Text
|
||||
' #1 tdEditPasteSpecial_Graphic
|
||||
' #1 tdEditPasteSpecial_Circle
|
||||
' #1 tiEditPasteSpecial
|
||||
'\*************************************************************************************
|
||||
|
||||
testcase tiEditUndo
|
||||
|
||||
|
@ -128,6 +119,7 @@ testcase tiEditUndo
|
|||
end if
|
||||
TabPositionAndSize.Cancel
|
||||
printlog "Close document"
|
||||
Call hCloseDocument
|
||||
sLocaltestfile = hFileGetLocalPath( gTesttoolPath + "leer."+ExtensionString )
|
||||
printlog sLocaltestfile
|
||||
if (FileExists (sLocaltestfile)) then
|
||||
|
@ -137,8 +129,7 @@ testcase tiEditUndo
|
|||
warnlog "File is missing."
|
||||
endif
|
||||
|
||||
printlog "Close document"
|
||||
Call hCloseDocument
|
||||
printlog "Close document"
|
||||
|
||||
endcase 'tiEditUndo
|
||||
|
||||
|
|
Loading…
Reference in a new issue