summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2015-09-13 14:37:48 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2015-09-13 14:37:48 +0000
commit434eec7eb7e7aa0df5d56f3d9b4176a4803d572b (patch)
treedcd885a9c815b8d6076d5d77bf440c8dae525b7f /test
parent032f2c9be6520d9d1a1608aa4f1d5d1f184f2472 (diff)
downloadredmine-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.rb3
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