#9914 closed bug (fixed)
test/unit/event.js contains two tests with the same name
Reported by: | gsnedders | Owned by: | Rick Waldron |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | event | Version: | git |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The file contains two tests called jQuery.Event.currentTarget, the first of which is entirely empty. This causes unexpected behaviour with the "rerun" test, as the filter then matches multiple tests, as well as anyone who tries to track results based upon test names.
Change History (4)
comment:1 Changed 12 years ago by
Component: | unfiled → event |
---|---|
Owner: | set to Rick Waldron |
Priority: | undecided → high |
Status: | new → assigned |
comment:2 Changed 12 years ago by
Milestone: | None → 1.next |
---|
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Merge pull request #447 from rwldrn/9914
Removes empty, duplicate named test block. Fixes #9914
Changeset: d7681a12e5143b8daf5b3b17564563ec13068f9d
comment:4 Changed 11 years ago by
Milestone: | 1.next → 1.7 |
---|
Note: See
TracTickets for help on using
tickets.
https://github.com/jquery/jquery/pull/447