Gui 'Hide Tests' function no longer works
Bug #902343 reported by
Charlie Poole
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
NUnit V2 |
Fix Released
|
Medium
|
Charlie Poole |
Bug Description
HideTests may be called from the View menu or by setting the initial display default. It should collapse all fixtures and expand everything above fixtures.
This is no longer working because fixtures may now contain suites - e.g. paramterized test suites - and the code assumes this is not possible. Code should stop expanding when it reaches the fixture level.
Related branches
Changed in nunitv2: | |
status: | New → Triaged |
importance: | Undecided → Medium |
assignee: | nobody → Charlie Poole (charlie.poole) |
milestone: | none → 2.6.0 |
status: | Triaged → In Progress |
Changed in nunitv2: | |
status: | In Progress → Fix Committed |
Changed in nunitv2: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.