Ticket #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: | ||
| Blocking: | Blocked by: |
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
comment:1 Changed 18 months ago by mikesherov
- Owner set to mikesherov
- Priority changed from undecided to low
- Status changed from new to assigned
- Component changed from unfiled to build
- Milestone changed from None to 1.7.2
comment:2 Changed 18 months 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 17 months ago by mikesherov
https://github.com/jquery/jquery/pull/649
@dmethvin, your wish is my command!
comment:4 Changed 17 months ago by Mike Sherov
- Status changed from assigned to closed
- Resolution set to fixed
Fix #10902. DRY up the ways to include src files in tests.
Changeset: dd900460ac6f77be71ceb878bc2cd1465397dc60
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
