Activity log for bug #1074620

Date Who What changed Old value New value Message
2012-11-03 11:46:16 Olivier Kozak bug added bug
2012-11-03 11:48:18 Olivier Kozak mocki: assignee Olivier Kozak (olivier-kozak)
2012-11-03 14:32:52 Olivier Kozak description Here is how to reproduce the problem : >>> from mocki import Mock >>> mock = Mock('theMock') >>> mock.method() >>> mock.otherMethod() >>> mock.method.verifyCall().invokedInOrder() Traceback (most recent call last): ... AssertionError: Found one matching call invoked from theMock.method up to now, but not in order : [1] theMock.method() 2 theMock.otherMethod() Here is how to reproduce the problem : >>> from mocki import Mock >>> mock = Mock('theMock') >>> mock.method() >>> mock.otherMethod() >>> mock.method.verifyCall().invokedInOrder() Traceback (most recent call last): ... AssertionError: Found one matching call invoked from theMock.method up to now, but not in order :   [1] theMock.method()    2 theMock.otherMethod()
2014-01-01 13:36:30 Olivier Kozak nominated for series mocki/trunk
2014-01-01 13:36:30 Olivier Kozak bug task added mocki/trunk
2014-01-01 13:40:38 Olivier Kozak mocki/trunk: status New Fix Committed
2014-01-01 13:56:54 Olivier Kozak mocki/trunk: status Fix Committed Fix Released