[svn r38710] Invoke the skip rather than have it
--HG-- branch : trunk
This commit is contained in:
parent
f149de635c
commit
44337db211
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue