commit | b8dbee38dd3edd69e6b7584003b70258d548bc06 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Feb 07 11:54:01 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Feb 07 11:54:01 2010 +0000 |
tree | be1cad11f137c622b04077666d43dea1a914ecff | |
parent | c0fa2d24ebf4fc4d91b25dbdf4b33479b8ad1705 [diff] [blame] |
Manual backport of r78046.
diff --git a/Lib/test/test_tempfile.py b/Lib/test/test_tempfile.py index 1f98cf8..6101431 100644 --- a/Lib/test/test_tempfile.py +++ b/Lib/test/test_tempfile.py
@@ -127,7 +127,7 @@ if i == 20: break except: - failOnException("iteration") + self.failOnException("iteration") test_classes.append(test__RandomNameSequence)