From 434eec7eb7e7aa0df5d56f3d9b4176a4803d572b Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 13 Sep 2015 14:37:48 +0000 Subject: [PATCH] Adds a test for #20714. git-svn-id: http://svn.redmine.org/redmine/trunk@14561 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/account_controller_test.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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