Debian Patches
Status for ruby-test-unit-context/0.5.1-2
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| test-unit-3.6.8-compat.patch | pre-create instance variables before run() so they survive Test::Unit >= 3.6.8 ivar cleanup The test suite in ruby-test-unit-context relies on instance variables set by setup/teardown hooks remaining accessible after the test case has finished running. Since test-unit 3.6.8 (commit roughly equivalent to upstream PR #235), Test::Unit::TestCase#run performs an explicit cleanup of instance variables that were not present at the beginning of the run method (for better GC behavior). This causes all the meta-test assertions in hooks_test.rb to see nil instead of the expected values. |
Simon Quigley <tsimonq2@debian.org> | no | vendor | 2026-02-22 |
