google-code-export / pymox

Automatically exported from code.google.com/p/pymox
0 stars 0 forks source link

SameElementsAs dies with attributeerror when printed to string #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Fixed in r61

Original comment by stev...@google.com on 20 Oct 2010 at 6:40

GoogleCodeExporter commented 9 years ago

Original comment by steve.mi...@gmail.com on 20 Oct 2010 at 6:40