From: Barry K. <bk...@in...> - 2003-05-15 21:22:45
|
This is one of my most common issues. I refactor a method, removing or reording parameters. Then run tests. The tests do indeed fail, but the error is that a method was not called. When in the fact the expectation defined in the test is completely erroneous. I can create the patch, but first want to check if there is some reason for why it is the way it is. |