Improve test to ensure the expected function is re-raised

This commit is contained in:
Bruno Oliveira
2017-06-13 19:54:14 -03:00
parent 5a856b6e29
commit 4e4ebbef5a
3 changed files with 18 additions and 8 deletions
+1 -1
View File
@@ -1 +1 @@
Exceptions in a SubRequest's finish() block are suppressed until all finalizers are called, with the initial exception reraised.
Exceptions raised during teardown by finalizers are now suppressed until all finalizers are called, with the initial exception reraised.