From b5bc7d460449714169392116483184c2efc9e55d Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 18 Jun 2016 06:45:52 +0000 Subject: [PATCH] Test broken by r15536 (#23083). git-svn-id: http://svn.redmine.org/redmine/trunk@15541 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/unit/custom_field_version_format_test.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/unit/custom_field_version_format_test.rb b/test/unit/custom_field_version_format_test.rb index f8a95174e..a394dabc8 100644 --- a/test/unit/custom_field_version_format_test.rb +++ b/test/unit/custom_field_version_format_test.rb @@ -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 -- 2.39.5