| 155 | | || Test Case || Description || Search Input || Expected Search Results || |
| 156 | | || 1a|| closureid not empty, all others empty || closureid = "T55A" ||63|| |
| 157 | | || 1b|| ||closureid = "T4AB" ||None|| |
| 158 | | || || || || || |
| 159 | | || || || || || |
| 160 | | || || || || || |
| 161 | | || || || || || |
| 162 | | || || || || || |
| 163 | | || || || || || |
| 164 | | || || || || || |
| 165 | | || || || || || |
| 166 | | || || || || || |
| 167 | | || || || || || |
| 168 | | || || || || || |
| 169 | | || || || || || |
| 170 | | || || || || || |
| 171 | | || || || || || |
| 172 | | || || || || || |
| 173 | | || || || || || |
| 174 | | || || || || || |
| 175 | | || || || || || |
| | 155 | || Test Case || Description || Search Input || Expected Search Results (closures.id) || |
| | 156 | || 1a || closureid not empty, all others empty || closureid = "T55AA" || 63 || |
| | 157 | || 1b || || closuredid = "T4AB" || None || |
| | 158 | || 2a || closureid + lognum not empty, all others empty || closureid = "T2AA", lognum = 1 || 66 || |
| | 159 | || 2b || || closureid = "T2AA", lognum = 6 || None || |
| | 160 | || 3a || route not empty, all others empty || route = 22 || 66, 67 || |
| | 161 | || 3b || || route = 261 || None || |
| | 162 | || 4a || direction not empty, all others empty || direction = "SB" || 65, 70, 71 || |
| | 163 | || 4b || || direction = "EB" || None || |
| | 164 | || 5a || startdate not empty, all others empty || startdate = "2020-03-17" || 69, 71 || |
| | 165 | || 5b || || startdate = "2020-04-02" || None || |
| | 166 | || 6a || enddate not empty, all others empty || enddate = "2019-12-31" || 65 || |
| | 167 | || 6b || || endate = "1999-07-13" || None || |
| | 168 | || 7a || startdate + enddate not empty, all others empty || startdate = "2000-01-01", enddate = "2000-12-24" || 66, 67, 68 || |
| | 169 | || 7b || || startdate = "2020-05-01", enddate = "2020-08-22" || None || |
| | 170 | || 8a || route + direction not empty, all others empty || route = 5, direction = "SB" || 65, 71 || |
| | 171 | || 8b || || route = 73, direction = "NB" || None || |
| | 172 | || 9a || route + startdate not empty, all others empty || route = 1, startdate = "2020-03-02" || 70 || |
| | 173 | || 9b || || route = 1, startdate = "2020-04-02" || None || |
| | 174 | || 10a || route + enddate not empty, all others empty || route = 405, enddate = "2020-02-10" || 64 || |
| | 175 | || 10b || || route = 405, enddate = "2020-01-30" || None || |
| | 176 | || 11a || route + startdate + enddate not empty, all others empty || route = 5, startdate = "2019-11-26", enddate = "2020-04-15" || 63, 71 || |
| | 177 | || 11b || || route = 5, startdate = "2020-05-01", enddate = "2020-05-30" || None || |
| | 178 | || 12a || startdate + enddate not empty, all others empty || startdate = "2020-03-01", enddate = "2020-03-30" || 69, 70, 71 || |
| | 179 | || 12b || || startdate = "1999-12-01", enddate = "1999-12-31" || None || |
| | 180 | || 13a || direction + startdate not empty, all others empty || direction = "NB", startdate = "2020-03-10" || 72 || |
| | 181 | || 13b || || direction = "NB", startdate = "2020-04-29" || None || |
| | 182 | || 14a || direction + enddate not empty, all others empty || direction = "NB", enddate = "2000-11-07" || 66, 68 || |
| | 183 | || 14b || || direction = "SB", enddate = "2018-06-13" || None || |
| | 184 | || 15a || direction + startdate + enddate not empty, all others empty || direction = "NB", startdate = "2020-01-01", enddate = "2020-02-03" || 63, 64 || |
| | 185 | || 15b || || direction = "SB", startdate = "2017-04-19" , enddate = "2018-05-21" || None || |
| | 186 | || 16 || lognum not empty, closureid empty and others empty || lognum = 4 || Error: Invalid search || |
| | 187 | |