Opened 12 years ago
Closed 12 years ago
#9912 closed bug (fixed)
test/unit/offset.js contains two identically named tests
Reported by: | gsnedders | Owned by: | Rick Waldron |
---|---|---|---|
Priority: | high | Milestone: | None |
Component: | offset | Version: | git |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
testoffset("absolute"/* in iframe */, function($, iframe) {
testoffset("absolute", function( jQuery ) {
This means filter=offset%3A%20absolute, which would ordinarily run a single test, runs two. It also makes for fun for anyone who tries to store each result, identified by test name.
Change History (3)
comment:1 Changed 12 years ago by
Component: | unfiled → offset |
---|---|
Owner: | set to Rick Waldron |
Priority: | undecided → high |
Status: | new → assigned |
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Merge pull request #448 from rwldrn/9912
Renames duplicate named test block. Fixes #9912
Changeset: 5f54cb706625b8eb006fb8c420d0713e9cb0db01
Note: See
TracTickets for help on using
tickets.
https://github.com/jquery/jquery/pull/448