Bug Tracker

Opened 12 years ago

Closed 11 years ago

#10902 closed feature (fixed)

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)

Change History (4)

comment:1 Changed 12 years ago by mikesherov

Component: unfiledbuild
Milestone: None1.7.2
Owner: set to mikesherov
Priority: undecidedlow
Status: newassigned

comment:2 Changed 12 years ago by dmethvin

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.

comment:3 Changed 11 years ago by mikesherov

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

@dmethvin, your wish is my command!

comment:4 Changed 11 years ago by Mike Sherov

Resolution: fixed
Status: assignedclosed

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

Changeset: dd900460ac6f77be71ceb878bc2cd1465397dc60

Note: See TracTickets for help on using tickets.