mirror of
https://github.com/redmine/redmine.git
synced 2025-11-10 15:26:03 +01:00
Localization plugin removed (replaced with GLoc)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@14 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -41,10 +41,6 @@ class AccountTest < ActionController::IntegrationTest
|
||||
assert_response :success
|
||||
assert_tag :tag => "div", :attributes => { :class => "errorExplanation" }
|
||||
|
||||
post "account/change_password", :password => 'admiN', :new_password => "hello", :new_password_confirmation => "hello"
|
||||
assert_response :success
|
||||
assert_equal 'Wrong password', flash[:notice]
|
||||
|
||||
post "account/change_password", :password => 'jsmith', :new_password => "hello", :new_password_confirmation => "hello"
|
||||
assert_response :success
|
||||
log_user('jsmith', 'hello')
|
||||
|
||||
Reference in New Issue
Block a user