Revert "Grunt/testswarm: Undo the change from 6e55168318 to see if its responsible for the position errors in IE8"

This reverts commit a8f5e3c399.

Did not have any effect on TestSwarm
This commit is contained in:
Jörn Zaefferer 2012-10-04 14:45:01 +02:00
parent a8f5e3c399
commit 7009e9b332

View File

@ -51,7 +51,7 @@ function submit( commit, tests, configFile, version, done ) {
}, {
authUsername: config.authUsername,
authToken: config.authToken,
jobName: 'jQuery UI ' + version + '<a href="https://github.com/jquery/jquery-ui/commit/' + commit + '">' + commit.substr( 0, 7 ) + '</a>',
jobName: 'jQuery UI ' + version + '#<a href="https://github.com/jquery/jquery-ui/commit/' + commit + '">' + commit.substr( 0, 10 ) + '</a>',
runMax: config.runMax,
"runNames[]": Object.keys(tests),
"runUrls[]": testUrls,