diff options
| author | Misko Hevery | 2010-10-19 15:34:58 -0700 | 
|---|---|---|
| committer | Misko Hevery | 2010-10-19 15:56:53 -0700 | 
| commit | 01c7abab35dbdee711c54875424b388f8631a3c0 (patch) | |
| tree | 00a4adee508a9e854881f7ecea5e779fb6d48a80 /test.sh | |
| parent | e7e894a2e36e042be6d62af56b0f3126f4e4fc77 (diff) | |
| download | angular.js-01c7abab35dbdee711c54875424b388f8631a3c0.tar.bz2 | |
Fix browser triggering in scenario to always do native events.
 - Also fixed angular.suffix for scenarios
 - refactored click() to browserTrigger()
 - Fixed Rakefile with CSS and jQuery
Diffstat (limited to 'test.sh')
| -rwxr-xr-x | test.sh | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -3,5 +3,5 @@ if [[ $tests = "" ]]; then    tests="all"  fi -java -jar lib/jstestdriver/JsTestDriver.jar --tests "$tests" -#java -jar lib/jstestdriver/JsTestDriver.jar --tests "$tests" --config jsTestDriver-jquery.conf +#java -jar lib/jstestdriver/JsTestDriver.jar --tests "$tests" +java -jar lib/jstestdriver/JsTestDriver.jar --tests "$tests" --config jsTestDriver-jquery.conf | 
