Fixed assertion (#19368).

git-svn-id: http://svn.redmine.org/redmine/trunk@14087 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2015-03-14 12:13:37 +00:00
parent 1014ba195f
commit 242eb5db5d

View File

@@ -432,7 +432,7 @@ JSON
assert_response :created
issue = Issue.order('id DESC').first
assert_equal ["V1", "V3"], issue.custom_field_value(field)
assert_equal ["V1", "V3"], issue.custom_field_value(field).sort
end
test "POST /issues.json with failure should return errors" do