##// END OF EJS Templates
Adds a test for #20714....
Jean-Philippe Lang -
r14179:434eec7eb7e7
parent child
Show More
@@ -117,7 +117,8 class AccountControllerTest < ActionController::TestCase
117 '//test.foo',
117 '//test.foo',
118 '////test.foo',
118 '////test.foo',
119 '@test.foo',
119 '@test.foo',
120 'fake@test.foo'
120 'fake@test.foo',
121 '.test.foo'
121 ]
122 ]
122 back_urls.each do |back_url|
123 back_urls.each do |back_url|
123 post :login, :username => 'jsmith', :password => 'jsmith', :back_url => back_url
124 post :login, :username => 'jsmith', :password => 'jsmith', :back_url => back_url
General Comments 0
You need to be logged in to leave comments. Login now