mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 23:11:12 +00:00
add missing fixtures to test/unit/changeset_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@14230 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
cf7704f314
commit
a78b6903e6
@ -22,6 +22,8 @@ require File.expand_path('../../test_helper', __FILE__)
|
|||||||
class ChangesetTest < ActiveSupport::TestCase
|
class ChangesetTest < ActiveSupport::TestCase
|
||||||
fixtures :projects, :repositories,
|
fixtures :projects, :repositories,
|
||||||
:issues, :issue_statuses, :issue_categories,
|
:issues, :issue_statuses, :issue_categories,
|
||||||
|
:journals, :journal_details,
|
||||||
|
:workflows,
|
||||||
:changesets, :changes,
|
:changesets, :changes,
|
||||||
:enumerations,
|
:enumerations,
|
||||||
:custom_fields, :custom_values,
|
:custom_fields, :custom_values,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user