Changeset 355


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

test for i option and env var resolution

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/tests.cmd

    r54 r355  
    7575say "* - left navigation is shown                                            *"
    7676say "* - no hits visible and the right part is empty                         *"
    77 say "* - 'COPY' is selected and visible at the right                         *"
    7877say "* - all contents are collapsed                                          *"
    7978say "*************************************************************************"
     
    144143
    145144say "*************************************************************************"
     145say "* newview -i                                                            *"
     146say "*                                                                       *"
     147say "* Expected                                                              *"
     148say "* NewView start and shows the 'Command Reference' help.                 *"
     149say "* - left navigation is shown                                            *"
     150say "* - index tab is selected                                               *"
     151say "* - all contents are collapsed                                          *"
     152say "* - noting is selected                                                  *"
     153say "* - 'Introduction' is visible at the right                              *"
     154say "*************************************************************************"
     155"start ..\build\newview\newview -i cmdref"
     156pull
     157
     158
     159say "*************************************************************************"
     160say "* newview -i GLOSSARY                                                   *"
     161say "*                                                                       *"
     162say "* Expected                                                              *"
     163say "* NewView start and shows the 'Glossary' help.                          *"
     164say "* - left navigation is shown                                            *"
     165say "* - index tab is selected                                               *"
     166say "* - all contents are collapsed                                          *"
     167say "* - noting is selected                                                  *"
     168say "* - '3270 Telnet' is visible at the right                               *"
     169say "*************************************************************************"
     170"start ..\build\newview\newview -i GLOSSARY"
     171pull
     172
     173
     174say "*************************************************************************"
    146175say "* newview -h                                                            *"
    147176say "*                                                                       *"
Note: See TracChangeset for help on using the changeset viewer.