commit | d7c43dd5a20ce9b4d4aa4e6490fb7fea7c2609f8 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri May 04 05:06:43 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri May 04 05:06:43 2007 +0000 |
tree | 8d6e9bd11c9afc13b1392bc51952f175e03f72b9 | |
parent | d1ea73b72dec7cba6a4abfe056b6b6e9a3fa9b61 [diff] [blame] |
test_exceptions.py passes, except for pickling of course.
diff --git a/Lib/test/test_exceptions.py b/Lib/test/test_exceptions.py index 9e7d15b..aa9b66d 100644 --- a/Lib/test/test_exceptions.py +++ b/Lib/test/test_exceptions.py
@@ -98,7 +98,7 @@ except TypeError: pass self.raise_catch(ValueError, "ValueError") - self.assertRaises(ValueError, chr, 10000) + self.assertRaises(ValueError, chr, 1000000) self.raise_catch(ZeroDivisionError, "ZeroDivisionError") try: x = 1/0