From 15ff0e9342dbb93cec682fdc1d5a87de4377f602 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Sun, 23 Feb 2003 23:15:26 +0000 Subject: Get test to work on alpha --- Lib/test/string_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/string_tests.py b/Lib/test/string_tests.py index 8a261f5..f668d31 100644 --- a/Lib/test/string_tests.py +++ b/Lib/test/string_tests.py @@ -504,7 +504,7 @@ class MixinStrUnicodeUserStringTest: self.checkequal('abcabcabc', 'abc', '__mul__', 3) self.checkraises(TypeError, 'abc', '__mul__') self.checkraises(TypeError, 'abc', '__mul__', '') - self.checkraises(OverflowError, 10000*'abc', '__mul__', sys.maxint) + self.checkraises(OverflowError, 10000*'abc', '__mul__', 2000000000) def test_join(self): # join now works with any sequence type -- cgit v0.12