#ii112931# reverted back to last working file

This commit is contained in:
Thorsten Bosbach 2010-07-05 13:49:50 +02:00
parent e84ef5ca2d
commit 1242d18288

View file

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