DescriptionFix mock restoration in git_cl_test
The assertion in TestGitCl.tearDown should be done after super.tearDown
is finished. Otherwise if the assertion fails, mocked objects won't be
restored properly, and the next TestCase would be affected.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=295049
Patch Set 1 #
Total comments: 2
Patch Set 2 : address maruel's comment #Messages
Total messages: 9 (4 generated)
|