summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-12-03 06:08:16 +0000
committerGo MAEDA <maeda@farend.jp>2019-12-03 06:08:16 +0000
commitcb0f95c33825d164f41972c72e4bcb661c707495 (patch)
tree134e9252b679092faa917b7119f0eecf2f0734a6 /test
parente9764d2d18821ff1fce80279c24c5690b651e3fd (diff)
downloadredmine-cb0f95c33825d164f41972c72e4bcb661c707495.tar.gz
redmine-cb0f95c33825d164f41972c72e4bcb661c707495.zip
Merged r19327 from trunk to 4.1-stable ( #32540, #31954, #23997).
git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@19328 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r--test/unit/version_test.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/unit/version_test.rb b/test/unit/version_test.rb
index 4806a4668..23a42611f 100644
--- a/test/unit/version_test.rb
+++ b/test/unit/version_test.rb
@@ -22,7 +22,8 @@ require File.expand_path('../../test_helper', __FILE__)
class VersionTest < ActiveSupport::TestCase
fixtures :projects, :users, :issues, :issue_statuses, :trackers,
:enumerations, :versions, :projects_trackers,
- :custom_fields, :custom_fields_trackers, :custom_fields_projects
+ :custom_fields, :custom_fields_trackers, :custom_fields_projects,
+ :members, :member_roles, :roles
def setup
User.current = nil