summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/unit/version_test.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/unit/version_test.rb b/test/unit/version_test.rb
index 40014375a..b05096067 100644
--- a/test/unit/version_test.rb
+++ b/test/unit/version_test.rb
@@ -19,7 +19,8 @@ require File.expand_path('../../test_helper', __FILE__)
class VersionTest < ActiveSupport::TestCase
fixtures :projects, :users, :issues, :issue_statuses, :trackers,
- :enumerations, :versions, :projects_trackers
+ :enumerations, :versions, :projects_trackers,
+ :custom_fields, :custom_fields_trackers, :custom_fields_projects
def test_create
v = Version.new(:project => Project.find(1), :name => '1.1',