Changeset 49 for trunk/test
- Timestamp:
- Jan 10, 2007, 8:49:18 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/tests.cmd
r47 r49 21 21 say "* - 'Introduction' is selected and visible at the right *" 22 22 say "*************************************************************************" 23 "start newview"23 "start ..\build\newview\newview" 24 24 pull 25 25 … … 35 35 say "* - 'Introduction' is selected and visible at the right *" 36 36 say "*************************************************************************" 37 "start newview cmdref"37 "start ..\build\newview\newview cmdref" 38 38 pull 39 39 … … 49 49 say "* and 'COPY' is selected *" 50 50 say "*************************************************************************" 51 "start newview cmdref copy"51 "start ..\build\newview\newview cmdref copy" 52 52 pull 53 53 … … 64 64 say "* and 'COPY' is selected *" 65 65 say "*************************************************************************" 66 "start newview /s:copy cmdref" 66 "start ..\build\newview\newview /s cmdref copy" 67 pull 68 69 70 say "*************************************************************************" 71 say "* newview /s cmdref *" 72 say "* *" 73 say "* Expected *" 74 say "* NewView start and shows the 'Command Reference' help *" 75 say "* - left navigation is shown *" 76 say "* - no hits visible and the right part is empty *" 77 say "* - 'COPY' is selected and visible at the right *" 78 say "* - all contents are collapsed *" 79 say "*************************************************************************" 80 "start ..\build\newview\newview /s cmdref" 81 pull 82 83 84 say "*************************************************************************" 85 say "* newview /s cmdref net access *" 86 say "* *" 87 say "* Expected *" 88 say "* NewView start and shows the 'Command Reference' help *" 89 say "* - left navigation is shown *" 90 say "* - search tab is selected *" 91 say "* ('net access' is visible in the search entry field) *" 92 say "* - search was done for net OR access *" 93 say "* - 'NET ACCESS' is selected and visible at the right *" 94 say "* - on contents tab only 'LAN Server Commands' is expanded *" 95 say "* and 'NET ACCESS' is selected *" 96 say "*************************************************************************" 97 "start ..\build\newview\newview /s cmdref net access" 98 pull 99 100 101 say "*************************************************************************" 102 say "* newview /s cmdref net access *" 103 say "* *" 104 say "* Expected *" 105 say "* NewView start and shows the 'Command Reference' help *" 106 say "* - left navigation is shown *" 107 say "* - search tab is selected *" 108 say "* ('""net access""' is visible in the search entry field) *" 109 say "* - search was done for net AND access *" 110 say "* - 'NET ACCESS' is selected and visible at the right *" 111 say "* - on contents tab only 'LAN Server Commands' is expanded *" 112 say "* and 'NET ACCESS' is selected *" 113 say "*************************************************************************" 114 'start ..\build\newview\newview /s cmdref "net access"' 67 115 pull 68 116 … … 79 127 say "* - The 'Search all fieles' dialog is opend and searches for copy *" 80 128 say "*************************************************************************" 81 "start newview /g:copy cmdref"129 "start ..\build\newview\newview /g cmdref copy" 82 130 pull 83 131 132 133 say "*************************************************************************" 134 say "* newview /g copy *" 135 say "* *" 136 say "* Expected *" 137 say "* NewView start and shows the 'Command Reference' help *" 138 say "* - left navigation is shown *" 139 say "* - contents tab is selected *" 140 say "* - all contents are collapsed *" 141 say "* - 'Introduction' is selected and visible at the right *" 142 say "* - The 'Search all fieles' dialog is opend and searches for copy *" 143 say "*************************************************************************" 144 "start ..\build\newview\newview /g copy" 145 pull 146 147 148 say "*************************************************************************" 149 say "* newview -h *" 150 say "* *" 151 say "* Expected *" 152 say "* NewView start and shows the NewView help. *" 153 say "* - command line dialog is shown *" 154 say "* - left navigation is shown *" 155 say "* - contents tab is selected *" 156 say "* - all contents are collapsed *" 157 say "* - 'Introduction' is selected and visible at the right *" 158 say "*************************************************************************" 159 "start ..\build\newview\newview -h" 160 pull 161 162 163
Note:
See TracChangeset
for help on using the changeset viewer.