Skip to content

Commit

Permalink
match the right qunit revs with jquery revs
Browse files Browse the repository at this point in the history
  • Loading branch information
smparkes committed Oct 16, 2009
1 parent 6c1fd5d commit 796fd75
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions bin/test-jquery.sh
Expand Up @@ -24,6 +24,16 @@ ant concat

if [ ! -d "$JQUERY_DIR" ]; then
svn export http://jqueryjs.googlecode.com/svn/tags/$VERSION/ $JQUERY_DIR
case "$VERSION" in
"1.3.2")
rm -rf "$JQUERY_DIR/test/qunit"
svn export -r6173 http://jqueryjs.googlecode.com/svn/trunk/qunit $JQUERY_DIR/test/qunit
;;
"1.3.1")
rm -rf "$JQUERY_DIR/test/qunit"
svn export -r6133 http://jqueryjs.googlecode.com/svn/trunk/qunit $JQUERY_DIR/test/qunit
;;
esac
fi

cp dist/env.rhino.js $JQUERY_DIR/build/runtest/env.js
Expand Down

0 comments on commit 796fd75

Please sign in to comment.