@@ -1,5 +1,5 | |||||
1 | # Redmine - project management software |
|
1 | # Redmine - project management software | |
2 |
# Copyright (C) 2006-201 |
|
2 | # Copyright (C) 2006-2012 Jean-Philippe Lang | |
3 | # |
|
3 | # | |
4 | # This program is free software; you can redistribute it and/or |
|
4 | # This program is free software; you can redistribute it and/or | |
5 | # modify it under the terms of the GNU General Public License |
|
5 | # modify it under the terms of the GNU General Public License | |
@@ -18,6 +18,18 | |||||
18 | require File.expand_path('../../../../../test_helper', __FILE__) |
|
18 | require File.expand_path('../../../../../test_helper', __FILE__) | |
19 |
|
19 | |||
20 | class Redmine::Helpers::GanttHelperTest < ActionView::TestCase |
|
20 | class Redmine::Helpers::GanttHelperTest < ActionView::TestCase | |
|
21 | fixtures :projects, :trackers, :issue_statuses, :issues, | |||
|
22 | :journals, :journal_details, | |||
|
23 | :enumerations, :users, :issue_categories, | |||
|
24 | :projects_trackers, | |||
|
25 | :roles, | |||
|
26 | :member_roles, | |||
|
27 | :members, | |||
|
28 | :enabled_modules, | |||
|
29 | :workflows, | |||
|
30 | :versions, | |||
|
31 | :groups_users | |||
|
32 | ||||
21 | include ApplicationHelper |
|
33 | include ApplicationHelper | |
22 | include ProjectsHelper |
|
34 | include ProjectsHelper | |
23 | include IssuesHelper |
|
35 | include IssuesHelper |
General Comments 0
You need to be logged in to leave comments.
Login now