Skip to content
This repository has been archived by the owner on Feb 1, 2019. It is now read-only.

Commit

Permalink
remove duplicate test
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithan committed Mar 20, 2013
1 parent 9f39efb commit 1bf9729
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tests/test_markup_markuptester.py
Expand Up @@ -360,17 +360,6 @@ def test_dom_mutation():
""", "foo.xul", should_fail=True)


def test_dom_mutation():
"""Test that DOM mutation events are warned against."""

_test_xul_raw("""
<foo><bar onzap="" /></foo>
""", "foo.xul")

_test_xul_raw("""
<foo><bar ondomattrmodified="" /></foo>
""", "foo.xul", should_fail=True)

def test_proper_line_numbers():
"""Test that the proper line numbers are passed to test_js_snippet."""

Expand Down

0 comments on commit 1bf9729

Please sign in to comment.