Changeset 49 for trunk/test


Ignore:
Timestamp:
Jan 10, 2007, 8:49:18 PM (19 years ago)
Author:
RBRi
Message:

more command line changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/tests.cmd

    r47 r49  
    2121say "* - 'Introduction' is selected and visible at the right                 *"
    2222say "*************************************************************************"
    23 "start newview"
     23"start ..\build\newview\newview"
    2424pull
    2525
     
    3535say "* - 'Introduction' is selected and visible at the right                 *"
    3636say "*************************************************************************"
    37 "start newview cmdref"
     37"start ..\build\newview\newview cmdref"
    3838pull
    3939
     
    4949say "*   and 'COPY' is selected                                              *"
    5050say "*************************************************************************"
    51 "start newview cmdref copy"
     51"start ..\build\newview\newview cmdref copy"
    5252pull
    5353
     
    6464say "*   and 'COPY' is selected                                              *"
    6565say "*************************************************************************"
    66 "start newview /s:copy cmdref"
     66"start ..\build\newview\newview /s cmdref copy"
     67pull
     68
     69
     70say "*************************************************************************"
     71say "* newview /s cmdref                                                     *"
     72say "*                                                                       *"
     73say "* Expected                                                              *"
     74say "* NewView start and shows the 'Command Reference' help                  *"
     75say "* - left navigation is shown                                            *"
     76say "* - no hits visible and the right part is empty                         *"
     77say "* - 'COPY' is selected and visible at the right                         *"
     78say "* - all contents are collapsed                                          *"
     79say "*************************************************************************"
     80"start ..\build\newview\newview /s cmdref"
     81pull
     82
     83
     84say "*************************************************************************"
     85say "* newview /s cmdref net access                                          *"
     86say "*                                                                       *"
     87say "* Expected                                                              *"
     88say "* NewView start and shows the 'Command Reference' help                  *"
     89say "* - left navigation is shown                                            *"
     90say "* - search tab is selected                                              *"
     91say "*     ('net access' is visible in the search entry field)               *"
     92say "* - search was done for net OR access                                   *"
     93say "* - 'NET ACCESS' is selected and visible at the right                   *"
     94say "* - on contents tab only 'LAN Server Commands' is expanded              *"
     95say "*   and 'NET ACCESS' is selected                                        *"
     96say "*************************************************************************"
     97"start ..\build\newview\newview /s cmdref net access"
     98pull
     99
     100
     101say "*************************************************************************"
     102say "* newview /s cmdref net access                                          *"
     103say "*                                                                       *"
     104say "* Expected                                                              *"
     105say "* NewView start and shows the 'Command Reference' help                  *"
     106say "* - left navigation is shown                                            *"
     107say "* - search tab is selected                                              *"
     108say "*     ('""net access""' is visible in the search entry field)           *"
     109say "* - search was done for net AND access                                  *"
     110say "* - 'NET ACCESS' is selected and visible at the right                   *"
     111say "* - on contents tab only 'LAN Server Commands' is expanded              *"
     112say "*   and 'NET ACCESS' is selected                                        *"
     113say "*************************************************************************"
     114'start ..\build\newview\newview /s cmdref "net access"'
    67115pull
    68116
     
    79127say "* - The 'Search all fieles' dialog is opend and searches for copy       *"
    80128say "*************************************************************************"
    81 "start newview /g:copy cmdref"
     129"start ..\build\newview\newview /g cmdref copy"
    82130pull
    83131
     132
     133say "*************************************************************************"
     134say "* newview /g copy                                                       *"
     135say "*                                                                       *"
     136say "* Expected                                                              *"
     137say "* NewView start and shows the 'Command Reference' help                  *"
     138say "* - left navigation is shown                                            *"
     139say "* - contents tab is selected                                            *"
     140say "* - all contents are collapsed                                          *"
     141say "* - 'Introduction' is selected and visible at the right                 *"
     142say "* - The 'Search all fieles' dialog is opend and searches for copy       *"
     143say "*************************************************************************"
     144"start ..\build\newview\newview /g copy"
     145pull
     146
     147
     148say "*************************************************************************"
     149say "* newview -h                                                            *"
     150say "*                                                                       *"
     151say "* Expected                                                              *"
     152say "* NewView start and shows the NewView help.                             *"
     153say "* - command line dialog is shown                                        *"
     154say "* - left navigation is shown                                            *"
     155say "* - contents tab is selected                                            *"
     156say "* - all contents are collapsed                                          *"
     157say "* - 'Introduction' is selected and visible at the right                 *"
     158say "*************************************************************************"
     159"start ..\build\newview\newview -h"
     160pull
     161
     162
     163
Note: See TracChangeset for help on using the changeset viewer.