[pypy-svn] r28913 - pypy/dist/pypy/interpreter/test

arigo at codespeak.net arigo at codespeak.net
Sat Jun 17 13:57:38 CEST 2006


Author: arigo
Date: Sat Jun 17 13:57:36 2006
New Revision: 28913

Modified:
   pypy/dist/pypy/interpreter/test/test_module.py
Log:
I changed this behavior but forgot to update this test.


Modified: pypy/dist/pypy/interpreter/test/test_module.py
==============================================================================
--- pypy/dist/pypy/interpreter/test/test_module.py	(original)
+++ pypy/dist/pypy/interpreter/test/test_module.py	Sat Jun 17 13:57:36 2006
@@ -50,5 +50,5 @@
     def test___file__(self): 
         import sys, os
         assert sys.__file__ 
-        assert os.path.basename(sys.__file__).startswith('__init__.py') 
+        assert os.path.basename(sys.__file__).startswith('*.py') 
         



More information about the Pypy-commit mailing list