minitest_specific.patch
| b/test/minitest/test_minitest_unit.rb | ||
|---|---|---|
| 149 | 149 |
end |
| 150 | 150 | |
| 151 | 151 |
def test_filter_backtrace |
| 152 |
# this is a semi-lame mix of relative paths.
|
|
| 152 |
# this is a semi-bad mix of relative paths.
|
|
| 153 | 153 |
# I cheated by making the autotest parts not have ./ |
| 154 | 154 |
bt = (["lib/autotest.rb:571:in `add_exception'", |
| 155 | 155 |
"test/test_autotest.rb:62:in `test_add_exception'", |
| 156 |
- |
|