[pypy-commit] pyrepl default: fix test

RonnyPfannschmidt noreply at buildbot.pypy.org
Thu May 3 10:33:19 CEST 2012


Author: Ronny Pfannschmidt <Ronny.Pfannschmidt at gmx.de>
Branch: 
Changeset: r175:b9b2b1d9277a
Date: 2012-05-03 10:29 +0200
http://bitbucket.org/pypy/pyrepl/changeset/b9b2b1d9277a/

Log:	fix test

diff --git a/testing/test_wishes.py b/testing/test_wishes.py
--- a/testing/test_wishes.py
+++ b/testing/test_wishes.py
@@ -25,7 +25,7 @@
 
 def test_quoted_insert_repeat():
    read_spec([(('digit-arg', '3'),      ['']),
-              (('quoted-insert',),        ['']),
+              (('quoted-insert', None), ['']),
               (('self-insert', '\033'), ['^[^[^[']),
-              (('accept',),              None)])
+              (('accept', None),        None)])
 


More information about the pypy-commit mailing list