Modify ↓
Ticket #9912 (closed bug: fixed)
test/unit/offset.js contains two identically named tests
| Reported by: | gsnedders | Owned by: | rwaldron |
|---|---|---|---|
| Priority: | high | Milestone: | None |
| Component: | offset | Version: | git |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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
comment:1 Changed 22 months ago by rwaldron
- Owner set to rwaldron
- Priority changed from undecided to high
- Status changed from new to assigned
- Component changed from unfiled to offset
comment:3 Changed 22 months ago by Dave Methvin
- Status changed from assigned to closed
- Resolution set to fixed
Merge pull request #448 from rwldrn/9912
Renames duplicate named test block. Fixes #9912
Changeset: 5f54cb706625b8eb006fb8c420d0713e9cb0db01
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
