Skip to main content

Bug Tracker

Side navigation

#9912 closed bug (fixed)

Opened July 26, 2011 02:55PM UTC

Closed August 04, 2011 09:11PM UTC

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:
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.

Attachments (0)
Change History (3)

Changed July 26, 2011 03:51PM UTC by rwaldron comment:1

component: unfiledoffset
owner: → rwaldron
priority: undecidedhigh
status: newassigned

Changed July 26, 2011 03:53PM UTC by rwaldron comment:2

Changed August 04, 2011 09:11PM UTC by Dave Methvin comment:3

resolution: → fixed
status: assignedclosed

Merge pull request #448 from rwldrn/9912

Renames duplicate named test block. Fixes #9912

Changeset: 5f54cb706625b8eb006fb8c420d0713e9cb0db01