mirror of
https://github.com/redmine/redmine.git
synced 2026-05-07 10:16:10 +02:00
Merged r3951 from trunk.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.0-stable@4001 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -13,9 +13,7 @@ class LayoutTest < ActionController::IntegrationTest
|
||||
end
|
||||
|
||||
test "browsing to an unauthorized page should render the base layout" do
|
||||
user = User.find(9)
|
||||
user.password, user.password_confirmation = 'test', 'test'
|
||||
user.save!
|
||||
change_user_password('miscuser9', 'test')
|
||||
|
||||
log_user('miscuser9','test')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user