Skip to main content

Bug Tracker

Side navigation

#10902 closed feature (fixed)

Opened November 26, 2011 03:09PM UTC

Closed January 12, 2012 02:43AM UTC

ability to test a built version of jQuery in unit tests

Reported by: mikesherov Owned by: mikesherov
Priority: low Milestone: 1.7.2
Component: build Version: 1.7.1
Keywords: Cc:
Blocked by: Blocking:
Description

Would be nice to know that the build script didn't mangle anything. Also, there were 1 or 2 tickets that required me to have a single script of jQuery (async loading of jQuery test)

Attachments (0)
Change History (4)

Changed November 28, 2011 02:45AM UTC by mikesherov comment:1

component: unfiledbuild
milestone: None1.7.2
owner: → mikesherov
priority: undecidedlow
status: newassigned

Changed November 28, 2011 04:26AM UTC by dmethvin comment:2

Perhaps we could generalize this to allow use of any version of jQuery at code.jquery.com as well, to see which unit tests fail with those versions.

AFAIK we'll need to response.write the correct script includes into the file. It's ugly but it should work.

Changed December 31, 2011 03:56AM UTC by mikesherov comment:3

https://github.com/jquery/jquery/pull/649

@dmethvin, your wish is my command!

Changed January 12, 2012 02:43AM UTC by Mike Sherov comment:4

resolution: → fixed
status: assignedclosed

Fix #10902. DRY up the ways to include src files in tests.

Changeset: dd900460ac6f77be71ceb878bc2cd1465397dc60