What steps will reproduce the problem?
import mox
print mox.SameElementsAs([1,2,3])
What is the expected output? What do you see instead?
<sequence with same elements as '1,2,3'>
AttributeError
What version of the product are you using? On what operating system?
in trunk
Please provide any additional information below.
__repr__ should use self._expected_list not self._expected_seq
Original issue reported on code.google.com by thoma...@google.com on 20 Sep 2010 at 9:23
Original issue reported on code.google.com by
thoma...@google.com
on 20 Sep 2010 at 9:23