Author: Philip Jenvey <[email protected]>
Branch: py3k
Changeset: r53337:dbf4a30aec96
Date: 2012-03-12 12:21 -0700
http://bitbucket.org/pypy/pypy/changeset/dbf4a30aec96/

Log:    merge

diff --git a/pypy/module/_random/test/test_random.py 
b/pypy/module/_random/test/test_random.py
--- a/pypy/module/_random/test/test_random.py
+++ b/pypy/module/_random/test/test_random.py
@@ -82,13 +82,6 @@
         state2 = rnd.getstate()          # seed() to improve the resolution)
         assert state1 != state2
 
-    def test_jumpahead(self):
-        import sys
-        import _random
-        rnd = _random.Random()
-        rnd.jumpahead(100)
-        rnd.jumpahead(sys.maxint + 2)
-
     def test_randbits(self):
         import _random
         rnd = _random.Random()
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to