summaryrefslogtreecommitdiffstats
path: root/test/functional/admin_controller_test.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2009-01-04 18:14:51 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2009-01-04 18:14:51 +0000
commitcd83f72da47f0b6e93a69de04f582c18fca20df8 (patch)
treebb1f945d795667407388db98044a257aeac5bd80 /test/functional/admin_controller_test.rb
parent260373aed71ede51f4bc46e34283dd66b8be1cd8 (diff)
downloadredmine-cd83f72da47f0b6e93a69de04f582c18fca20df8.tar.gz
redmine-cd83f72da47f0b6e93a69de04f582c18fca20df8.zip
Slight changes in functional tests.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2235 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/admin_controller_test.rb')
-rw-r--r--test/functional/admin_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/admin_controller_test.rb b/test/functional/admin_controller_test.rb
index 569ed5589..a9c45aae3 100644
--- a/test/functional/admin_controller_test.rb
+++ b/test/functional/admin_controller_test.rb
@@ -72,7 +72,7 @@ class AdminControllerTest < Test::Unit::TestCase
def test_test_email
get :test_email
- assert_redirected_to 'settings/edit'
+ assert_redirected_to '/settings/edit?tab=notifications'
mail = ActionMailer::Base.deliveries.last
assert_kind_of TMail::Mail, mail
user = User.find(1)