Merged r15536 and r15541 (#23083).

git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@15560 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2016-06-18 10:18:40 +00:00
parent 5169055276
commit 1f79610fdc
3 changed files with 24 additions and 7 deletions

View File

@@ -25,6 +25,7 @@ class CustomFieldVersionFormatTest < ActiveSupport::TestCase
end
def test_possible_values_options_with_no_arguments
Version.delete_all
assert_equal [], @field.possible_values_options
assert_equal [], @field.possible_values_options(nil)
end