From 44337db2110d5b1da9c217b6ebb4acd8648708e7 Mon Sep 17 00:00:00 2001 From: fijal Date: Tue, 13 Feb 2007 16:24:33 +0100 Subject: [PATCH] [svn r38710] Invoke the skip rather than have it --HG-- branch : trunk --- py/test/rsession/testing/test_webjs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/test/rsession/testing/test_webjs.py b/py/test/rsession/testing/test_webjs.py index 58e68f604..f9c9fa3a0 100644 --- a/py/test/rsession/testing/test_webjs.py +++ b/py/test/rsession/testing/test_webjs.py @@ -43,7 +43,7 @@ def test_html_loaded(): 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')