code layout clean up test_safe_attributes_should_not_include_readonly_fields of unit issue test
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10639 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
a66a50eda2
commit
0f6be546b8
|
@ -498,7 +498,9 @@ class IssueTest < ActiveSupport::TestCase
|
|||
|
||||
def test_safe_attributes_should_not_include_readonly_fields
|
||||
WorkflowPermission.delete_all
|
||||
WorkflowPermission.create!(:old_status_id => 1, :tracker_id => 1, :role_id => 1, :field_name => 'due_date', :rule => 'readonly')
|
||||
WorkflowPermission.create!(:old_status_id => 1, :tracker_id => 1,
|
||||
:role_id => 1, :field_name => 'due_date',
|
||||
:rule => 'readonly')
|
||||
user = User.find(2)
|
||||
|
||||
issue = Issue.new(:project_id => 1, :tracker_id => 1)
|
||||
|
|
Loading…
Reference in New Issue