From 4fb1e4bea0edb5fe520aa8257f5d867232c8f729 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Wed, 11 Dec 2024 10:17:57 +0000 Subject: Use `fixtures :all` to ensure consistent test data and improve test reliability (#41961). Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23391 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/repositories_cvs_controller_test.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/functional/repositories_cvs_controller_test.rb') diff --git a/test/functional/repositories_cvs_controller_test.rb b/test/functional/repositories_cvs_controller_test.rb index 9c0e50526..558e58d0a 100644 --- a/test/functional/repositories_cvs_controller_test.rb +++ b/test/functional/repositories_cvs_controller_test.rb @@ -22,9 +22,6 @@ require_relative '../test_helper' class RepositoriesCvsControllerTest < Redmine::RepositoryControllerTest tests RepositoriesController - fixtures :projects, :users, :email_addresses, :roles, :members, :member_roles, - :repositories, :enabled_modules - REPOSITORY_PATH = Rails.root.join('tmp/test/cvs_repository').to_s REPOSITORY_PATH.tr!('/', "\\") if Redmine::Platform.mswin? # CVS module -- cgit v1.2.3