Bugzilla – Bug 699
TestCase::DoRun probably should not return a bool
Last modified: 2010-01-04 14:48:28 EDT
You need to log in before you can comment on or make changes to this bug.
It would be simpler for all testcases if we did not have to return something and merely used the status of TestCase::m_error as set by ReportFailure.
assigning to craig.
This will avoid the single line return GetErrorStatus () at the end of a test case implementation. This is a conceptually simple thing to address but to do this would require touching many, many, many files all over the system. If someone feels very strongly about it I can do this, but it really doesn't seem worth it. I would absolutely not recommend trying to address this during a maintenance phase.