Changeset 354
- Timestamp:
- Jun 12, 2009, 8:25:30 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/test_stub.cmd
r62 r354 76 76 say "* NewView start and shows the 'Command Reference' help *" 77 77 say "* - left navigation is shown *" 78 say "* - search tab is selected *" 79 say "* (the search entry field is empty) *" 78 80 say "* - no hits visible and the right part is empty *" 79 say "* - 'COPY' is selected and visible at the right *"80 81 say "* - all contents are collapsed *" 81 82 say "*************************************************************************" … … 172 173 say "* Expected *" 173 174 say "* NewView start and shows the NewView help. *" 174 say "* - left navigation is shown *" 175 say "* - contents tab is selected *" 176 say "* - all contents are collapsed *" 177 say "* - 'Introduction' is selected and visible at the right *" 178 say "*************************************************************************" 179 "start ..\build\newview_stub\viewstub" 175 say "* There is no second instance of NewView. *" 176 say "* - left navigation is shown *" 177 say "* - contents tab is selected *" 178 say "* - all contents are collapsed *" 179 say "* - 'Introduction' is selected and visible at the right *" 180 say "*************************************************************************" 181 "start ..\build\newview_stub\viewstub" 182 call SysSleep 1 180 183 "start ..\build\newview_stub\viewstub" 181 184 pull … … 187 190 say "* Expected *" 188 191 say "* NewView start and shows the 'Command Reference' help *" 189 say "* - left navigation is shown *" 190 say "* - contents tab is selected *" 191 say "* - all contents are collapsed *" 192 say "* - 'Introduction' is selected and visible at the right *" 193 say "*************************************************************************" 194 "start ..\build\newview_stub\viewstub cmdref" 192 say "* There is no second instance of NewView. *" 193 say "* - left navigation is shown *" 194 say "* - contents tab is selected *" 195 say "* - all contents are collapsed *" 196 say "* - 'Introduction' is selected and visible at the right *" 197 say "*************************************************************************" 198 "start ..\build\newview_stub\viewstub cmdref" 199 call SysSleep 1 195 200 "start ..\build\newview_stub\viewstub cmdref" 196 201 pull … … 199 204 say "*************************************************************************" 200 205 say "* viewstub cmdref copy *" 201 say "* This is DIFFERENT from the direct NewView call. But this is the same *" 202 say "* in older NewView versions *" 203 say "* *" 204 say "* Expected *" 205 say "* NewView start and shows the 'Command Reference' help *" 206 say "* *" 207 say "* Expected *" 208 say "* NewView start and shows the 'Command Reference' help *" 209 say "* There is no second instance of NewView. *" 206 210 say "* - left navigation is shown *" 207 211 say "* - search tab is selected (copy is visible in the search entry field) *" … … 211 215 say "*************************************************************************" 212 216 "start ..\build\newview_stub\viewstub cmdref" 217 call SysSleep 1 213 218 "start ..\build\newview_stub\viewstub cmdref copy" 214 219 pull … … 220 225 say "* Expected *" 221 226 say "* NewView start and shows the 'Command Reference' help *" 227 say "* There is no second instance of NewView. *" 222 228 say "* - left navigation is shown *" 223 229 say "* - search tab is selected (copy is visible in the search entry field) *" … … 227 233 say "*************************************************************************" 228 234 "start ..\build\newview_stub\viewstub cmdref" 235 call SysSleep 1 229 236 "start ..\build\newview_stub\viewstub /s cmdref copy" 230 237 pull … … 236 243 say "* Expected *" 237 244 say "* NewView start and shows the 'Command Reference' help *" 238 say "* - left navigation is shown *" 239 say "* - contents tab is selected *" 240 say "* - all contents are collapsed *" 241 say "* - 'Introduction' is selected and visible at the right *" 242 say "*************************************************************************" 243 "start ..\build\newview_stub\viewstub cmdref" 245 say "* There is no second instance of NewView. *" 246 say "* - left navigation is shown *" 247 say "* - contents tab is selected *" 248 say "* - all contents are collapsed *" 249 say "* - 'Introduction' is selected and visible at the right *" 250 say "*************************************************************************" 251 "start ..\build\newview_stub\viewstub cmdref" 252 call SysSleep 1 244 253 "start ..\build\newview_stub\viewstub /s cmdref" 245 254 pull … … 251 260 say "* Expected *" 252 261 say "* NewView start and shows the 'Command Reference' help *" 262 say "* There is no second instance of NewView. *" 253 263 say "* - left navigation is shown *" 254 264 say "* - search tab is selected *" … … 260 270 say "*************************************************************************" 261 271 "start ..\build\newview_stub\viewstub cmdref" 272 call SysSleep 1 262 273 "start ..\build\newview_stub\viewstub /s cmdref net access" 263 274 pull … … 269 280 say "* Expected *" 270 281 say "* NewView start and shows the 'Command Reference' help *" 282 say "* There is no second instance of NewView. *" 271 283 say "* - left navigation is shown *" 272 284 say "* - search tab is selected *" … … 278 290 say "*************************************************************************" 279 291 "start ..\build\newview_stub\viewstub cmdref" 292 call SysSleep 1 280 293 'start ..\build\newview_stub\viewstub /s cmdref "net access"' 281 294 pull … … 283 296 284 297 say "*************************************************************************" 285 say "* viewstub /s cmdref net access *"286 say "* *"287 say "* Expected *"288 say "* NewView start and shows the 'Command Reference' help *"289 say "* - left navigation is shown *"290 say "* - search tab is selected *"291 say "* ('""net access""' is visible in the search entry field) *"292 say "* - search was done for net AND access *"293 say "* - 'NET ACCESS' is selected and visible at the right *"294 say "* - on contents tab only 'LAN Server Commands' is expanded *"295 say "* and 'NET ACCESS' is selected *"296 say "*************************************************************************"297 "start ..\build\newview_stub\viewstub cmdref copy"298 'start ..\build\newview_stub\viewstub /s cmdref "net access"'299 pull300 301 302 say "*************************************************************************"303 298 say "* viewstub /g cmdref copy *" 304 299 say "* *" 305 300 say "* Expected *" 306 301 say "* NewView start and shows the 'Command Reference' help *" 302 say "* There is no second instance of NewView. *" 307 303 say "* - left navigation is shown *" 308 304 say "* - contents tab is selected *" … … 312 308 say "*************************************************************************" 313 309 "start ..\build\newview_stub\viewstub cmdref" 310 call SysSleep 1 314 311 "start ..\build\newview_stub\viewstub /g cmdref copy" 315 312 pull … … 321 318 say "* Expected *" 322 319 say "* NewView start and shows nothing *" 320 say "* There is no second instance of NewView. *" 323 321 say "* - left navigation is NOT shown *" 324 322 say "* - The 'Search all fieles' dialog is opend and searches for copy *" 325 323 say "*************************************************************************" 326 TODO 324 "start ..\build\newview_stub\viewstub" 325 call SysSleep 1 327 326 "start ..\build\newview_stub\viewstub /g copy" 328 327 pull … … 334 333 say "* Expected *" 335 334 say "* NewView start and shows the NewView help. *" 335 say "* There is no second instance of NewView. *" 336 336 say "* - command line dialog is shown *" 337 337 say "* - left navigation is shown *" … … 341 341 say "*************************************************************************" 342 342 "start ..\build\newview_stub\viewstub" 343 call SysSleep 1 343 344 "start ..\build\newview_stub\viewstub -h" 344 345 pull
Note:
See TracChangeset
for help on using the changeset viewer.