Merge lp://staging/~adam-rpconnelly/nunit-3.0/bug-487878 into lp://staging/nunit-3.0
Proposed by
Adam Connelly
Status: | Merged |
---|---|
Merge reported by: | Charlie Poole |
Merged at revision: | not available |
Proposed branch: | lp://staging/~adam-rpconnelly/nunit-3.0/bug-487878 |
Merge into: | lp://staging/nunit-3.0 |
Diff against target: |
172 lines (+108/-14) 3 files modified
src/framework/Internal/Extensions/NUnitTestFixtureBuilder.cs (+21/-4) src/test-assembly/TestFixtureData.cs (+33/-0) src/tests/NUnit/Core/TestFixtureTests.cs (+54/-10) |
To merge this branch: | bzr merge lp://staging/~adam-rpconnelly/nunit-3.0/bug-487878 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Charlie Poole | Needs Fixing | ||
Review via email: mp+17114@code.staging.launchpad.net |
To post a comment you must log in.
I added an extra test to check that the correct IgnoreReason is specified. Is that sensible or is there no point?