commit | f3abcc9d3c5c2a0bb739df2f3649ffa8b958a084 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat Apr 04 16:47:31 2009 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Sat Apr 04 16:47:31 2009 +0000 |
tree | cd68ff36e66619ee402dec52b7fb62d7fc07ded9 | |
parent | 3bb6b7a5cd0019afd561e32c06b2dedae8cc3e23 [diff] [blame] |
fix name
diff --git a/Lib/test/test_unittest.py b/Lib/test/test_unittest.py index 5e601d0..33204f8 100644 --- a/Lib/test/test_unittest.py +++ b/Lib/test/test_unittest.py
@@ -2393,7 +2393,7 @@ msg='foo') # The fact that dictionaries are unorderable breaks this test for them. - @expectedFailure + @unittest.expectedFailure def testEquality(self): self.assertListEqual([], []) self.assertTupleEqual((), ())