diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-04-29 23:03:53 +0200 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-04-29 23:03:53 +0200 |
commit | eb9804bc99378bf56bf8159530463224853ddadc (patch) | |
tree | cc99ac210fdd8e16478138ce0a7b81a11d35e934 | |
parent | e7c08d0fa7c2b03f09955af81147ddd8f809613e (diff) | |
download | jquery-ui-eb9804bc99378bf56bf8159530463224853ddadc.tar.gz jquery-ui-eb9804bc99378bf56bf8159530463224853ddadc.zip |
Grunt: Fix testswarm urls
-rw-r--r-- | grunt.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -338,7 +338,7 @@ grunt.initConfig({ grunt.registerTask( "testswarm", function( commit, authToken ) { var test, testswarm = require( "testswarm" ), - testBase = "http://swarm.jquery.org/git/jquery-ui/" + commit + "/", + testBase = "http://swarm.jquery.org/git/jquery-ui/" + commit + "/tests/unit/", testUrls = [], tests = { "Accordion": "accordion/accordion.html", |