Skip to main content

Bug Tracker

Side navigation

#13316 closed bug (fixed)

Opened January 24, 2013 05:19AM UTC

Closed January 26, 2013 06:38PM UTC

Last modified February 08, 2013 05:22AM UTC

Check against jquery.min.js with TestSwarm

Reported by: gibson042 Owned by: dmethvin
Priority: blocker Milestone: 1.9.1
Component: build Version: git
Keywords: Cc:
Blocked by: Blocking:
Description

Ref #13315.

Checking against minified source is probably more important than unminified, yet we currently don't do the former.

Attachments (0)
Change History (7)

Changed January 26, 2013 03:01PM UTC by dmethvin comment:1

component: unfiledbuild
milestone: None1.9.1
owner: → dmethvin
priority: undecidedblocker
status: newassigned

This is to some extent a hangover from our previous use of unbuilt files during testing, but we might as well just use the minified version in unit tests now that we require a build.

Changed January 26, 2013 04:05PM UTC by jaubourg comment:2

If we have to debug problems in IE6/7/8, let's keep an option to test with the non-minified version though ;P

Changed January 26, 2013 04:12PM UTC by dmethvin comment:3

I just made the change in all the files on both 1.9 and 2.0, we had a checkbox for the minified version so I just switched that to the unminified.

However, all the iframed tests don't heed that setting, so if you had to debug one of those you'd need to edit the unit test.

The 1.9 build seems to be borked due to grunt issues so I need to fix that before pushing these up.

Changed January 26, 2013 06:38PM UTC by Dave Methvin comment:4

resolution: → fixed
status: assignedclosed

Fix #13316. Use minified version in unit testing.

Changeset: 58cd84f9d55ba8ce4311265990bd94cea73c4725

Changed January 26, 2013 06:39PM UTC by Dave Methvin comment:5

Fix #13316. Use minified version in unit testing.

Also migrates the XHR check added to 2.0 in 62acda819f9b6fba9263d0b613e15285807b23a7.

Changeset: a3055f3df63661ad1221db44d04ec92ece130a8c

Changed February 07, 2013 08:17PM UTC by Richard Gibson comment:6

Ref #13316: Sync all documents on full vs. minified source. Close gh-1147.

Changeset: 363299ac24aebbf2445207621840f44fcaaf670a

Changed February 08, 2013 05:22AM UTC by Richard Gibson comment:7

Ref #13316: Sync all test documents on full vs. minified source.

Changeset: 67a2e4eaac98cee79a02a0a45e4826a7958d4b75