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

fijal at codespeak.net fijal at codespeak.net
Sat Nov 25 16:05:24 CET 2006


Author: fijal
Date: Sat Nov 25 16:05:23 2006
New Revision: 34964

Modified:
   py/dist/py/test/rsession/testing/test_webjs.py
Log:
Fixed test.


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	Sat Nov 25 16:05:23 2006
@@ -59,7 +59,7 @@
     tr = trs[0]
     assert len(tr.childNodes) == 2
     assert tr.childNodes[0].nodeName == 'TD'
-    assert tr.childNodes[0].innerHTML == 'foo.py[10]'
+    assert tr.childNodes[0].innerHTML == 'foo.py[0/10]'
     # XXX this is bad I think! table should be inside td
     assert tr.childNodes[1].nodeName == 'TABLE'
     assert len(tr.childNodes[1].getElementsByTagName('tr')) == 0


More information about the py-svn mailing list