From 01c7abab35dbdee711c54875424b388f8631a3c0 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Tue, 19 Oct 2010 15:34:58 -0700 Subject: 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 --- test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test.sh') diff --git a/test.sh b/test.sh index 19a74d4b..a43c1ddc 100755 --- a/test.sh +++ b/test.sh @@ -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 -- cgit v1.2.3