diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-07-22 13:29:26 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-07-22 13:29:26 +0000 |
commit | 6a2ca5e0342751b6d38a1a05ad25b5c0002d6e46 (patch) | |
tree | af09ea2d29ce61690b656be91fbf82a3009ea1ed /test/functional/welcome_controller_test.rb | |
parent | 387836f8aa736eba4dfe0da879ad71bbc19dd224 (diff) | |
download | redmine-6a2ca5e0342751b6d38a1a05ad25b5c0002d6e46.tar.gz redmine-6a2ca5e0342751b6d38a1a05ad25b5c0002d6e46.zip |
JQuery in, Prototype/Scriptaculous out (#11445).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10068 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/welcome_controller_test.rb')
-rw-r--r-- | test/functional/welcome_controller_test.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/welcome_controller_test.rb b/test/functional/welcome_controller_test.rb index a846d1aaf..8106f60a1 100644 --- a/test/functional/welcome_controller_test.rb +++ b/test/functional/welcome_controller_test.rb @@ -77,7 +77,7 @@ class WelcomeControllerTest < ActionController::TestCase get :index assert_tag 'script', :attributes => {:type => "text/javascript"}, - :content => %r{new WarnLeavingUnsaved} + :content => %r{warnLeavingUnsaved} end def test_warn_on_leaving_unsaved_turn_off @@ -89,7 +89,7 @@ class WelcomeControllerTest < ActionController::TestCase get :index assert_no_tag 'script', :attributes => {:type => "text/javascript"}, - :content => %r{new WarnLeavingUnsaved} + :content => %r{warnLeavingUnsaved} end def test_call_hook_mixed_in |