mirror of
https://github.com/redmine/redmine.git
synced 2025-11-01 19:05:51 +01:00
Functional tests fail when run on their own (#1895).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1828 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -23,7 +23,7 @@ class AttachmentsController; def rescue_action(e) raise e end; end
|
||||
|
||||
|
||||
class AttachmentsControllerTest < Test::Unit::TestCase
|
||||
fixtures :users, :projects, :issues, :attachments
|
||||
fixtures :users, :projects, :roles, :members, :enabled_modules, :issues, :attachments
|
||||
|
||||
def setup
|
||||
@controller = AttachmentsController.new
|
||||
|
||||
Reference in New Issue
Block a user