Opened 9 years ago
Closed 9 years ago
#32574 closed defect (bug) (fixed)
Compiled qunit tests should test minified files
Reported by: | iseulde | Owned by: | iseulde |
---|---|---|---|
Milestone: | 4.3 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | has-patch |
Focuses: | Cc: |
Description
It should test the files as they are released. There's not much point in just testing a copy.
Attachments (2)
Change History (7)
#3
@
9 years ago
This is also a problem for files that are only included minified such as TinyMCE. If I include the unminified version, compiled tests will fail. If I include the minified version it will fail to load plugins as there are no minified versions in trunk.
Note: See
TracTickets for help on using
tickets.
Not sure why jquery doesn't have a .min suffix.