mirror of
https://github.com/redmine/redmine.git
synced 2025-11-08 14:26:04 +01:00
fix source indent of test/unit/version_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20206 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -322,11 +322,12 @@ class VersionTest < ActiveSupport::TestCase
|
|||||||
assert_nil version.custom_field_value(cf2)
|
assert_nil version.custom_field_value(cf2)
|
||||||
version.send(
|
version.send(
|
||||||
:safe_attributes=,
|
:safe_attributes=,
|
||||||
{'custom_fields' =>
|
{
|
||||||
[
|
'custom_fields' =>
|
||||||
{'id' => cf1.id.to_s, 'value' => 'valuea'},
|
[
|
||||||
{'id' => cf2.id.to_s, 'value' => 'valueb'}
|
{'id' => cf1.id.to_s, 'value' => 'valuea'},
|
||||||
]
|
{'id' => cf2.id.to_s, 'value' => 'valueb'}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
user
|
user
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user