Commit bf478d6
committed
BE-3131 Fix regression in test_signal
Fix for code removed by e361063.
An update was also made to the if statement.
Failing test:
======================================================================
FAIL: test_invalid_fd (__main__.WakeupFDTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/as-build/.cache/activestate/46e56921/usr/lib/python2.7/test/test_signal.py", line 239, in test_invalid_fd
self.assertRaises(ValueError, signal.set_wakeup_fd, fd)
AssertionError: ValueError not raised1 parent c6b191e commit bf478d6
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
417 | 417 | | |
418 | 418 | | |
419 | 419 | | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
420 | 426 | | |
421 | 427 | | |
422 | 428 | | |
| |||
0 commit comments