Changeset 356 for trunk/test


Ignore:
Timestamp:
Jun 12, 2009, 8:33:48 AM (16 years ago)
Author:
RBRi
Message:

more tests and small fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/test_stub.cmd

    r354 r356  
    203203
    204204say "*************************************************************************"
     205say "* viewstub cmdref                                                       *"
     206say "*                                                                       *"
     207say "* Expected                                                              *"
     208say "* NewView starts and shows the NewView help.                            *"
     209say "* a second NewView starts and shows the 'Command Reference' help        *"
     210say "* - left navigation is shown                                            *"
     211say "* - contents tab is selected                                            *"
     212say "* - all contents are collapsed                                          *"
     213say "* - 'Introduction' is selected and visible at the right                 *"
     214say "*************************************************************************"
     215"start ..\build\newview_stub\viewstub"
     216call SysSleep 1
     217"start ..\build\newview_stub\viewstub cmdref"
     218pull
     219
     220
     221say "*************************************************************************"
    205222say "* viewstub cmdref copy                                                  *"
    206223say "*                                                                       *"
     
    317334say "*                                                                       *"
    318335say "* Expected                                                              *"
    319 say "* NewView start and shows nothing                                       *"
    320 say "* There is no second instance of NewView.                               *"
     336say "* NewView start and shows own help                                      *"
     337say "* a second NewView start and shows nothing                              *"
    321338say "* - left navigation is NOT shown                                        *"
    322339say "* - The 'Search all fieles' dialog is opend and searches for copy       *"
     
    332349say "*                                                                       *"
    333350say "* Expected                                                              *"
    334 say "* NewView start and shows the NewView help.                             *"
     351say "* NewView starts and shows the NewView help.                            *"
    335352say "* There is no second instance of NewView.                               *"
    336353say "* - command line dialog is shown                                        *"
Note: See TracChangeset for help on using the changeset viewer.