diff options
author | Go MAEDA <maeda@farend.jp> | 2024-12-11 23:42:55 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2024-12-11 23:42:55 +0000 |
commit | 7a9374047dc7630274645c99b1943ace591daf08 (patch) | |
tree | 37164618cae9f478eb58958f6b42c27caa437e31 /test/unit/time_entry_test.rb | |
parent | 4c1f3281908f4b136c1b8685e35667de44a336dc (diff) | |
download | redmine-7a9374047dc7630274645c99b1943ace591daf08.tar.gz redmine-7a9374047dc7630274645c99b1943ace591daf08.zip |
Merged r23391 from trunk to 6.0-stable (#41961).
git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23404 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/unit/time_entry_test.rb')
-rw-r--r-- | test/unit/time_entry_test.rb | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/unit/time_entry_test.rb b/test/unit/time_entry_test.rb index 358408c99..6d04619e8 100644 --- a/test/unit/time_entry_test.rb +++ b/test/unit/time_entry_test.rb @@ -22,16 +22,6 @@ require_relative '../test_helper' class TimeEntryTest < ActiveSupport::TestCase include Redmine::I18n - fixtures :issues, :projects, :users, :time_entries, - :members, :roles, :member_roles, - :trackers, :issue_statuses, - :projects_trackers, - :journals, :journal_details, - :issue_categories, :enumerations, - :groups_users, - :enabled_modules, - :custom_fields, :custom_fields_projects, :custom_values - def setup User.current = nil end |