Changeset 355
- Timestamp:
- Jun 12, 2009, 8:26:30 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/tests.cmd
r54 r355 75 75 say "* - left navigation is shown *" 76 76 say "* - no hits visible and the right part is empty *" 77 say "* - 'COPY' is selected and visible at the right *"78 77 say "* - all contents are collapsed *" 79 78 say "*************************************************************************" … … 144 143 145 144 say "*************************************************************************" 145 say "* newview -i *" 146 say "* *" 147 say "* Expected *" 148 say "* NewView start and shows the 'Command Reference' help. *" 149 say "* - left navigation is shown *" 150 say "* - index tab is selected *" 151 say "* - all contents are collapsed *" 152 say "* - noting is selected *" 153 say "* - 'Introduction' is visible at the right *" 154 say "*************************************************************************" 155 "start ..\build\newview\newview -i cmdref" 156 pull 157 158 159 say "*************************************************************************" 160 say "* newview -i GLOSSARY *" 161 say "* *" 162 say "* Expected *" 163 say "* NewView start and shows the 'Glossary' help. *" 164 say "* - left navigation is shown *" 165 say "* - index tab is selected *" 166 say "* - all contents are collapsed *" 167 say "* - noting is selected *" 168 say "* - '3270 Telnet' is visible at the right *" 169 say "*************************************************************************" 170 "start ..\build\newview\newview -i GLOSSARY" 171 pull 172 173 174 say "*************************************************************************" 146 175 say "* newview -h *" 147 176 say "* *"
Note:
See TracChangeset
for help on using the changeset viewer.