Commit 4c83086
committed
Prior patch for issue2550826 captured too many exceptions
from detectors. Including those exceptions that have to be
passed up unmolested: ValueError, Reject, RejectRaw.
This broke a number of tests in
test/test_userauditor.py
This patch passes these excpetions up the chain bypassing the
DetectorError exception. It alo include pytz's UnknownTimezoneError
which is passed up by an auditor.
This isn't the greatest patch, but it does fix the test suite. There
may be another set of patches in this area depending on the answers I
get from my mail to the roundup-devel mailinglist.1 parent 1bad98c commit 4c83086
1 file changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
33 | 41 | | |
34 | 42 | | |
35 | 43 | | |
| |||
1294 | 1302 | | |
1295 | 1303 | | |
1296 | 1304 | | |
| 1305 | + | |
| 1306 | + | |
| 1307 | + | |
| 1308 | + | |
1297 | 1309 | | |
1298 | 1310 | | |
1299 | 1311 | | |
| |||
1312 | 1324 | | |
1313 | 1325 | | |
1314 | 1326 | | |
| 1327 | + | |
| 1328 | + | |
| 1329 | + | |
| 1330 | + | |
1315 | 1331 | | |
1316 | 1332 | | |
1317 | 1333 | | |
| |||
0 commit comments