[py-svn] r38710 - py/trunk/py/test/rsession/testing

fijal at codespeak.net fijal at codespeak.net
Tue Feb 13 16:24:34 CET 2007


Author: fijal
Date: Tue Feb 13 16:24:33 2007
New Revision: 38710

Modified:
   py/trunk/py/test/rsession/testing/test_webjs.py
Log:
Invoke the skip rather than have it


Modified: py/trunk/py/test/rsession/testing/test_webjs.py
==============================================================================
--- py/trunk/py/test/rsession/testing/test_webjs.py	(original)
+++ py/trunk/py/test/rsession/testing/test_webjs.py	Tue Feb 13 16:24:33 2007
@@ -43,7 +43,7 @@
     assert str(body.childNodes[1].nodeName) == 'A'
 
 def test_set_msgbox():
-    py.test.skip
+    py.test.skip("not implemented in genjs")
     msgbox = dom.window.document.getElementById('messagebox')
     assert len(msgbox.childNodes) == 0
     webjs.set_msgbox('foo', 'bar')



More information about the pytest-commit mailing list