aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2012-10-04 14:45:01 +0200
committerJörn Zaefferer <joern.zaefferer@gmail.com>2012-10-04 14:45:01 +0200
commit7009e9b332a8b96bb368ff43546a9682ef20918e (patch)
tree0ec1c8fcc526a8b44a28fce42e838e5f7ec92e28
parenta8f5e3c399844f82e67ffdceb29dbbfb0e1314db (diff)
downloadjquery-ui-7009e9b332a8b96bb368ff43546a9682ef20918e.tar.gz
jquery-ui-7009e9b332a8b96bb368ff43546a9682ef20918e.zip
Revert "Grunt/testswarm: Undo the change from 6e55168318495da50cae457433eae2438699e1f3 to see if its responsible for the position errors in IE8"
This reverts commit a8f5e3c399844f82e67ffdceb29dbbfb0e1314db. Did not have any effect on TestSwarm
-rw-r--r--build/tasks/testswarm.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/tasks/testswarm.js b/build/tasks/testswarm.js
index d3d9f2040..34c17d4f6 100644
--- a/build/tasks/testswarm.js
+++ b/build/tasks/testswarm.js
@@ -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,