diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-09-13 14:37:48 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-09-13 14:37:48 +0000 |
commit | 434eec7eb7e7aa0df5d56f3d9b4176a4803d572b (patch) | |
tree | dcd885a9c815b8d6076d5d77bf440c8dae525b7f /test | |
parent | 032f2c9be6520d9d1a1608aa4f1d5d1f184f2472 (diff) | |
download | redmine-434eec7eb7e7aa0df5d56f3d9b4176a4803d572b.tar.gz redmine-434eec7eb7e7aa0df5d56f3d9b4176a4803d572b.zip |
Adds a test for #20714.
git-svn-id: http://svn.redmine.org/redmine/trunk@14561 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/account_controller_test.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/functional/account_controller_test.rb b/test/functional/account_controller_test.rb index 362af68a2..8dfda0f7a 100644 --- a/test/functional/account_controller_test.rb +++ b/test/functional/account_controller_test.rb @@ -117,7 +117,8 @@ class AccountControllerTest < ActionController::TestCase '//test.foo', '////test.foo', '@test.foo', - 'fake@test.foo' + 'fake@test.foo', + '.test.foo' ] back_urls.each do |back_url| post :login, :username => 'jsmith', :password => 'jsmith', :back_url => back_url |