[pypy-svn] r44507 - pypy/dist/pypy/rlib/parsing/test

cfbolz at codespeak.net cfbolz at codespeak.net
Mon Jun 25 14:23:01 CEST 2007


Author: cfbolz
Date: Mon Jun 25 14:23:01 2007
New Revision: 44507

Modified:
   pypy/dist/pypy/rlib/parsing/test/test_pypackrat.py
Log:
oops, give the tests different names


Modified: pypy/dist/pypy/rlib/parsing/test/test_pypackrat.py
==============================================================================
--- pypy/dist/pypy/rlib/parsing/test/test_pypackrat.py	(original)
+++ pypy/dist/pypy/rlib/parsing/test/test_pypackrat.py	Mon Jun 25 14:23:01 2007
@@ -354,7 +354,7 @@
         assert excinfo.value.error.pos == 0
         assert excinfo.value.error.expected == ['condition not met']
 
-    def test_doif(self):
+    def test_if(self):
         class parser(PackratParser):
             """
             b(c):



More information about the Pypy-commit mailing list