[py-svn] r35028 - py/dist/py/test/rsession/testing

guido at codespeak.net guido at codespeak.net
Mon Nov 27 14:09:47 CET 2006


Author: guido
Date: Mon Nov 27 14:09:45 2006
New Revision: 35028

Modified:
   py/dist/py/test/rsession/testing/test_webjs.py
Log:
Test works after fixing a bug in pypy/translator/js/modules/dom.py.


Modified: py/dist/py/test/rsession/testing/test_webjs.py
==============================================================================
--- py/dist/py/test/rsession/testing/test_webjs.py	(original)
+++ py/dist/py/test/rsession/testing/test_webjs.py	Mon Nov 27 14:09:45 2006
@@ -83,6 +83,6 @@
     tds = trs[0].getElementsByTagName('td')
     assert len(tds) == 2
     # XXX: This assert obviously is true in output code, why it does not work?
-    #assert tds[0].innerHTML == 'foo.py[1/10]'
+    assert tds[0].innerHTML == 'foo.py[1/10]'
     assert tds[1].innerHTML == '.'
 



More information about the pytest-commit mailing list