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

fijal at codespeak.net fijal at codespeak.net
Fri Dec 8 12:06:13 CET 2006


Author: fijal
Date: Fri Dec  8 12:06:11 2006
New Revision: 35469

Modified:
   py/dist/py/test/rsession/testing/test_webjs.py
Log:
Removed debug print.


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	Fri Dec  8 12:06:11 2006
@@ -89,7 +89,6 @@
            'hostkey': None,
            }
     webjs.process(msg)
-    print '<html>%s</html>' % (dom.get_document().documentElement.innerHTML,)
     trs = main_t.getElementsByTagName('tr')
     tds = trs[0].getElementsByTagName('td')
     # two cells in the row, one in the table inside one of the cells
@@ -119,7 +118,6 @@
     exported_methods.stdout['modules/foo.py/test_item'] = ''
     exported_methods.stderr['modules/foo.py/test_item'] = ''
     webjs.process(msg)
-    print '<html>%s</html>' % (dom.get_document().documentElement.innerHTML,)
     schedule_callbacks(exported_methods)
     # ouch
     assert dom.get_document().getElementById('modules/foo.py').childNodes[1].\


More information about the py-svn mailing list