mirror of
https://github.com/redmine/redmine.git
synced 2026-02-07 23:30:13 +01:00
Merged r19613 from trunk to 4.1-stable (#33183).
git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@19614 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -443,6 +443,14 @@ class UsersControllerTest < Redmine::ControllerTest
|
||||
assert_response 404
|
||||
end
|
||||
|
||||
def test_edit_user_with_full_text_formatting_custom_field_should_not_fail
|
||||
field = UserCustomField.find(4)
|
||||
field.update_attribute :text_formatting, 'full'
|
||||
|
||||
get :edit, :params => {:id => 2}
|
||||
assert_response :success
|
||||
end
|
||||
|
||||
def test_update
|
||||
ActionMailer::Base.deliveries.clear
|
||||
put :update, :params => {
|
||||
|
||||
Reference in New Issue
Block a user