#ii112931# reverted back to last working file
This commit is contained in:
parent
e84ef5ca2d
commit
1242d18288
1 changed files with 2 additions and 10 deletions
|
@ -132,31 +132,23 @@ testcase tiViewPanes
|
|||
endcase 'tiViewPanes
|
||||
'---------------------------------------------------------
|
||||
testcase tiViewMasterView
|
||||
|
||||
printlog "open application"
|
||||
Call hNewDocument
|
||||
|
||||
printlog "View->Master View->Drawing View"
|
||||
hUseAsyncSlot( "ViewWorkspaceDrawingView" )
|
||||
|
||||
printlog "View->Master View->Outline View "
|
||||
hUseAsyncSlot( "ViewWorkspaceOutlineView" )
|
||||
|
||||
printlog "View->Master View->Slides View "
|
||||
hUseAsyncSlot( "ViewWorkspaceSlidesView" )
|
||||
|
||||
ViewWorkspaceSlidesView
|
||||
sleep 1
|
||||
printlog "View->Master View->Notes View "
|
||||
hUseAsyncSlot( "ViewWorkspaceNotesView" )
|
||||
|
||||
printlog "View->Master View->Handout View "
|
||||
hUseAsyncSlot( "ViewWorkspaceHandoutView" )
|
||||
|
||||
printlog "View->Master View->Drawing View "
|
||||
hUseAsyncSlot( "ViewWorkspaceDrawingView" )
|
||||
|
||||
printlog "close application "
|
||||
Call hCloseDocument
|
||||
|
||||
endcase 'tiViewMasterView
|
||||
'---------------------------------------------------------
|
||||
testcase tiViewSlideMaster
|
||||
|
|
Loading…
Reference in a new issue