1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-10-17 17:01:01 +00:00

Avoid class name overlap that causes TypeError on rake test:system test (#32432).

Patch by Akira Matsuda.


git-svn-id: http://svn.redmine.org/redmine/trunk@18995 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2019-11-09 07:32:41 +00:00
parent bd5758e3d0
commit a4f3b8882d
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
require File.expand_path('../../application_system_test_case', __FILE__)
class IssuesTest < ApplicationSystemTestCase
class IssuesSystemTest < ApplicationSystemTestCase
fixtures :projects, :users, :email_addresses, :roles, :members, :member_roles,
:trackers, :projects_trackers, :enabled_modules, :issue_statuses, :issues,
:enumerations, :custom_fields, :custom_values, :custom_fields_trackers,

View File

@ -19,7 +19,7 @@
require File.expand_path('../../application_system_test_case', __FILE__)
class SudoModeTest < ApplicationSystemTestCase
class SudoModeSystemTest < ApplicationSystemTestCase
fixtures :users, :email_addresses
def setup