I was reading <a href="http://bazaar.launchpad.net/~bzr/bzr/trunk/revision/3349">http://bazaar.launchpad.net/~bzr/bzr/trunk/revision/3349</a> and noticed that one of the _test methods is wrong.<br><br>A local variable shadows the parameter of the _test_client_read_response_tuple_raises_UnknownSmartMethod method, which effectively renders one of the tests not checking the right thing. The fix is to delete the variable. The diff should make it obvious.<br>
<br>Kamil Dworakowski<br><br>