1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-24 01:11:12 +00:00

Adds a test for #20714.

git-svn-id: http://svn.redmine.org/redmine/trunk@14561 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2015-09-13 14:37:48 +00:00
parent 032f2c9be6
commit 434eec7eb7

View 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