|
From: Jason S. <jsw...@ya...> - 2004-02-15 05:38:47
|
--- Jeff Moore <je...@pr...> wrote: > The problem is that condition2 is dependant upon condition1. If > condition1 is true, condition2 will always be true as well. There is > no way to re-arrange the test cases to avoid getting two errors. It > would be possible to re-arrange the code, but that doesn't seem like > the right thing. how about just: $this->assertError(error_signature1); $this->assertError(errop_signature2); ? __________________________________ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html |