diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-03-02 23:14:31 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-03-02 23:14:31 +0000 |
commit | 2676167adb043741a447c31bb69f0b7f70373e0b (patch) | |
tree | 28d00750fc2f0556a4f304adb3f14e7dac9998d5 /test/integration | |
parent | 2d21ca082e047d37287f01f760fadf9b331d082b (diff) | |
download | redmine-2676167adb043741a447c31bb69f0b7f70373e0b.tar.gz redmine-2676167adb043741a447c31bb69f0b7f70373e0b.zip |
Missing fixtures.
git-svn-id: http://svn.redmine.org/redmine/trunk@16356 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/integration')
-rw-r--r-- | test/integration/attachments_test.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/integration/attachments_test.rb b/test/integration/attachments_test.rb index ec7626953..4a5da1b99 100644 --- a/test/integration/attachments_test.rb +++ b/test/integration/attachments_test.rb @@ -19,9 +19,10 @@ require File.expand_path('../../test_helper', __FILE__) class AttachmentsTest < Redmine::IntegrationTest fixtures :projects, :enabled_modules, - :users, :roles, :members, :member_roles, + :users, :email_addresses, + :roles, :members, :member_roles, :trackers, :projects_trackers, - :issue_statuses, :enumerations + :issues, :issue_statuses, :enumerations def test_upload_should_set_default_content_type log_user('jsmith', 'jsmith') |