I already solved this but thought I'd ask anyway...
I have a large application with a reasonably comprehensive test suite and unit test system. I was working on it and made a change that shouldn't have broken anything and suddenly dozens of test are failing. What should I do?
I'm looking for a list of things that help isolate bugs. Tips & tricks. That kind of thing.
I'll assume that test are atomic as in they can't be split or I can find the exact point in the test that an error is detected.