This commit is contained in:
Benjamin Peterson 2009-04-04 16:47:31 +00:00
parent 3bb6b7a5cd
commit f3abcc9d3c
1 changed files with 1 additions and 1 deletions

View File

@ -2393,7 +2393,7 @@ class Test_TestCase(TestCase, TestEquality, TestHashing):
msg='foo')
# The fact that dictionaries are unorderable breaks this test for them.
@expectedFailure
@unittest.expectedFailure
def testEquality(self):
self.assertListEqual([], [])
self.assertTupleEqual((), ())