[pypy-svn] r39180 - pypy/dist/pypy/lang/js/test/ecma

santagada at codespeak.net santagada at codespeak.net
Sun Feb 18 20:05:18 CET 2007


Author: santagada
Date: Sun Feb 18 20:05:11 2007
New Revision: 39180

Modified:
   pypy/dist/pypy/lang/js/test/ecma/conftest.py
Log:
almost working


Modified: pypy/dist/pypy/lang/js/test/ecma/conftest.py
==============================================================================
--- pypy/dist/pypy/lang/js/test/ecma/conftest.py	(original)
+++ pypy/dist/pypy/lang/js/test/ecma/conftest.py	Sun Feb 18 20:05:11 2007
@@ -59,9 +59,8 @@
 
 class JSTestItem(py.test.collect.Function):        
     def __init__(self, name, parent=None):
-        #super(JSTestItem, self).__init__(filepath, parent)
+        super(JSTestItem, self).__init__(name, parent)
         self.name = name
-        self.parent = parent
     
     def startcapture(self): pass
     def stopcapture(self): pass



More information about the Pypy-commit mailing list