]> source.dussan.org Git - redmine.git/commitdiff
Adds a test for #20714.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 13 Sep 2015 14:37:48 +0000 (14:37 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 13 Sep 2015 14:37:48 +0000 (14:37 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@14561 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/account_controller_test.rb

index 362af68a23a2aeef3af0576fb690b096ebf1f7a3..8dfda0f7ab7651e475fc5d7fdb9fd4e76cc5bae5 100644 (file)
@@ -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