Overview
Comment: | Added test for logpro required regression and some tweaks to dashboard look 'n feel |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
3c70848db0c7aaca9e5a47e95115d0e3 |
User & Date: | matt on 2011-12-04 21:56:54 |
Other Links: | manifest | tags |
Context
2011-12-04
| ||
23:25 | Merged back in changes for test_data type handling check-in: c48bc5a711 user: matt tags: trunk | |
21:56 | Added test for logpro required regression and some tweaks to dashboard look 'n feel check-in: 3c70848db0 user: matt tags: trunk | |
2011-11-28
| ||
07:48 | Converted runsdir to linktree, tweaked new gui for looks check-in: 5fc417f195 user: matt tags: trunk | |
Changes
Modified dashboard-main.scm from [2412bd6109] to [4cd8b53cd2].
︙ | |||
135 136 137 138 139 140 141 142 143 | 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 | + + + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - + + + + + + + + | (iup:attribute-set! mat "FIXTOTEXT" "C1") (iup:attribute-set! mat "RESIZEMATRIX" "YES") (iup:attribute-set! mat "WIDTH1" "120") (iup:attribute-set! mat "WIDTH0" "100") ) (list setup-matrix jobtools-matrix validvals-matrix envovrd-matrix)) (iup:attribute-set! validvals-matrix "WIDTH1" "290") (iup:attribute-set! envovrd-matrix "WIDTH1" "290") (iup:vbox (iup:hbox (iup:vbox (let ((tabs (iup:tabs ;; The required tab (iup:hbox |
︙ |
Modified tests/tests/ezlog_warn/lookittmp.logpro from [77c9bbdc6c] to [5323023529].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 | + + - + | ;; (c) 2006,2007,2008,2009 Matthew Welland matt@kiatoa.com ;; ;; License GPL. (expect:warning in "LogFileBody" = 0 "Any warning" #/.*/) ;; Can't have a required since it will mask the warns! Could make the warn non-overlapping with the ;; required I suppose... |
Added tests/tests/logpro_required_fail/lookittmp.logpro version [312a36066e].
|
Added tests/tests/logpro_required_fail/testconfig version [e006dc1513].
|