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

This commit is contained in:
Jörn Zaefferer 2012-10-04 14:05:52 +02:00
parent 3d9545ad27
commit a8f5e3c399

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, 10 ) + '</a>',
jobName: 'jQuery UI ' + version + '<a href="https://github.com/jquery/jquery-ui/commit/' + commit + '">' + commit.substr( 0, 7 ) + '</a>',
runMax: config.runMax,
"runNames[]": Object.keys(tests),
"runUrls[]": testUrls,