Commit 17f86d96 authored by Jean-Baptiste Barth's avatar Jean-Baptiste Barth

Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4509 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent f9f1bd58
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
require 'account_controller' require 'account_controller'
# Re-raise errors caught by the controller. # Re-raise errors caught by the controller.
......
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
class ActivitiesControllerTest < ActionController::TestCase class ActivitiesControllerTest < ActionController::TestCase
fixtures :all fixtures :all
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
require 'admin_controller' require 'admin_controller'
# Re-raise errors caught by the controller. # Re-raise errors caught by the controller.
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
require 'application_controller' require 'application_controller'
# Re-raise errors caught by the controller. # Re-raise errors caught by the controller.
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
require 'attachments_controller' require 'attachments_controller'
# Re-raise errors caught by the controller. # Re-raise errors caught by the controller.
......
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
class AuthSourcesControllerTest < ActionController::TestCase class AuthSourcesControllerTest < ActionController::TestCase
fixtures :all fixtures :all
......
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
class AutoCompletesControllerTest < ActionController::TestCase class AutoCompletesControllerTest < ActionController::TestCase
fixtures :all fixtures :all
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
require 'boards_controller' require 'boards_controller'
# Re-raise errors caught by the controller. # Re-raise errors caught by the controller.
......
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
class CalendarsControllerTest < ActionController::TestCase class CalendarsControllerTest < ActionController::TestCase
fixtures :all fixtures :all
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
class CommentsControllerTest < ActionController::TestCase class CommentsControllerTest < ActionController::TestCase
fixtures :projects, :users, :roles, :members, :member_roles, :enabled_modules, :news, :comments fixtures :projects, :users, :roles, :members, :member_roles, :enabled_modules, :news, :comments
......
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
class ContextMenusControllerTest < ActionController::TestCase class ContextMenusControllerTest < ActionController::TestCase
fixtures :all fixtures :all
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
require 'custom_fields_controller' require 'custom_fields_controller'
# Re-raise errors caught by the controller. # Re-raise errors caught by the controller.
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
require 'documents_controller' require 'documents_controller'
# Re-raise errors caught by the controller. # Re-raise errors caught by the controller.
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
require 'enumerations_controller' require 'enumerations_controller'
# Re-raise errors caught by the controller. # Re-raise errors caught by the controller.
......
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
class FilesControllerTest < ActionController::TestCase class FilesControllerTest < ActionController::TestCase
fixtures :all fixtures :all
......
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
class GanttsControllerTest < ActionController::TestCase class GanttsControllerTest < ActionController::TestCase
fixtures :all fixtures :all
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
require 'groups_controller' require 'groups_controller'
# Re-raise errors caught by the controller. # Re-raise errors caught by the controller.
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
require 'issue_categories_controller' require 'issue_categories_controller'
# Re-raise errors caught by the controller. # Re-raise errors caught by the controller.
......
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
class IssueMovesControllerTest < ActionController::TestCase class IssueMovesControllerTest < ActionController::TestCase
fixtures :all fixtures :all
......
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
require 'issue_relations_controller' require 'issue_relations_controller'
# Re-raise errors caught by the controller. # Re-raise errors caught by the controller.
......
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
require 'issue_statuses_controller' require 'issue_statuses_controller'
# Re-raise errors caught by the controller. # Re-raise errors caught by the controller.
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
require 'issues_controller' require 'issues_controller'
# Re-raise errors caught by the controller. # Re-raise errors caught by the controller.
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
require 'issues_controller' require 'issues_controller'
# Re-raise errors caught by the controller. # Re-raise errors caught by the controller.
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
require 'journals_controller' require 'journals_controller'
# Re-raise errors caught by the controller. # Re-raise errors caught by the controller.
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
require 'mail_handler_controller' require 'mail_handler_controller'
# Re-raise errors caught by the controller. # Re-raise errors caught by the controller.
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
require 'members_controller' require 'members_controller'
# Re-raise errors caught by the controller. # Re-raise errors caught by the controller.
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
require 'messages_controller' require 'messages_controller'
# Re-raise errors caught by the controller. # Re-raise errors caught by the controller.
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
require 'my_controller' require 'my_controller'
# Re-raise errors caught by the controller. # Re-raise errors caught by the controller.
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
require 'news_controller' require 'news_controller'
# Re-raise errors caught by the controller. # Re-raise errors caught by the controller.
......
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
class PreviewsControllerTest < ActionController::TestCase class PreviewsControllerTest < ActionController::TestCase
fixtures :all fixtures :all
......
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
class ProjectEnumerationsControllerTest < ActionController::TestCase class ProjectEnumerationsControllerTest < ActionController::TestCase
fixtures :all fixtures :all
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
require 'projects_controller' require 'projects_controller'
# Re-raise errors caught by the controller. # Re-raise errors caught by the controller.
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
require 'queries_controller' require 'queries_controller'
# Re-raise errors caught by the controller. # Re-raise errors caught by the controller.
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
require 'reports_controller' require 'reports_controller'
# Re-raise errors caught by the controller. # Re-raise errors caught by the controller.
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
require 'repositories_controller' require 'repositories_controller'
# Re-raise errors caught by the controller. # Re-raise errors caught by the controller.
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
require 'repositories_controller' require 'repositories_controller'
# Re-raise errors caught by the controller. # Re-raise errors caught by the controller.
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
require 'repositories_controller' require 'repositories_controller'
# Re-raise errors caught by the controller. # Re-raise errors caught by the controller.
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
require 'repositories_controller' require 'repositories_controller'
# Re-raise errors caught by the controller. # Re-raise errors caught by the controller.
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
require 'repositories_controller' require 'repositories_controller'
# Re-raise errors caught by the controller. # Re-raise errors caught by the controller.
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
require 'repositories_controller' require 'repositories_controller'
# Re-raise errors caught by the controller. # Re-raise errors caught by the controller.
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
require 'repositories_controller' require 'repositories_controller'
# Re-raise errors caught by the controller. # Re-raise errors caught by the controller.
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
require 'roles_controller' require 'roles_controller'
# Re-raise errors caught by the controller. # Re-raise errors caught by the controller.
......
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
require 'search_controller' require 'search_controller'
# Re-raise errors caught by the controller. # Re-raise errors caught by the controller.
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
require 'settings_controller' require 'settings_controller'
# Re-raise errors caught by the controller. # Re-raise errors caught by the controller.
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
require 'sys_controller' require 'sys_controller'
# Re-raise errors caught by the controller. # Re-raise errors caught by the controller.
......
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
class TimeEntryReportsControllerTest < ActionController::TestCase class TimeEntryReportsControllerTest < ActionController::TestCase
fixtures :projects, :enabled_modules, :roles, :members, :member_roles, :issues, :time_entries, :users, :trackers, :enumerations, :issue_statuses, :custom_fields, :custom_values fixtures :projects, :enabled_modules, :roles, :members, :member_roles, :issues, :time_entries, :users, :trackers, :enumerations, :issue_statuses, :custom_fields, :custom_values
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
require 'timelog_controller' require 'timelog_controller'
# Re-raise errors caught by the controller. # Re-raise errors caught by the controller.
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
require 'trackers_controller' require 'trackers_controller'
# Re-raise errors caught by the controller. # Re-raise errors caught by the controller.
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
require 'users_controller' require 'users_controller'
# Re-raise errors caught by the controller. # Re-raise errors caught by the controller.
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
require 'versions_controller' require 'versions_controller'
# Re-raise errors caught by the controller. # Re-raise errors caught by the controller.
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
require 'watchers_controller' require 'watchers_controller'
# Re-raise errors caught by the controller. # Re-raise errors caught by the controller.
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
require 'welcome_controller' require 'welcome_controller'
# Re-raise errors caught by the controller. # Re-raise errors caught by the controller.
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
require 'wiki_controller' require 'wiki_controller'
# Re-raise errors caught by the controller. # Re-raise errors caught by the controller.
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
require 'wikis_controller' require 'wikis_controller'
# Re-raise errors caught by the controller. # Re-raise errors caught by the controller.
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
require 'workflows_controller' require 'workflows_controller'
# Re-raise errors caught by the controller. # Re-raise errors caught by the controller.
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require "#{File.dirname(__FILE__)}/../test_helper" require File.expand_path('../../test_helper', __FILE__)
begin begin
require 'mocha' require 'mocha'
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require "#{File.dirname(__FILE__)}/../test_helper" require File.expand_path('../../test_helper', __FILE__)
class AdminTest < ActionController::IntegrationTest class AdminTest < ActionController::IntegrationTest
fixtures :all fixtures :all
......
require "#{File.dirname(__FILE__)}/../../test_helper" require File.expand_path('../../../test_helper', __FILE__)
class ApiTest::DisabledRestApiTest < ActionController::IntegrationTest class ApiTest::DisabledRestApiTest < ActionController::IntegrationTest
fixtures :all fixtures :all
......
require "#{File.dirname(__FILE__)}/../../test_helper" require File.expand_path('../../../test_helper', __FILE__)
class ApiTest::HttpBasicLoginTest < ActionController::IntegrationTest class ApiTest::HttpBasicLoginTest < ActionController::IntegrationTest
fixtures :all fixtures :all
......
require "#{File.dirname(__FILE__)}/../../test_helper" require File.expand_path('../../../test_helper', __FILE__)
class ApiTest::HttpBasicLoginWithApiTokenTest < ActionController::IntegrationTest class ApiTest::HttpBasicLoginWithApiTokenTest < ActionController::IntegrationTest
fixtures :all fixtures :all
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require "#{File.dirname(__FILE__)}/../../test_helper" require File.expand_path('../../../test_helper', __FILE__)
class ApiTest::IssuesTest < ActionController::IntegrationTest class ApiTest::IssuesTest < ActionController::IntegrationTest
fixtures :projects, fixtures :projects,
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require "#{File.dirname(__FILE__)}/../../test_helper" require File.expand_path('../../../test_helper', __FILE__)
require 'pp' require 'pp'
class ApiTest::NewsTest < ActionController::IntegrationTest class ApiTest::NewsTest < ActionController::IntegrationTest
fixtures :all fixtures :all
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require "#{File.dirname(__FILE__)}/../../test_helper" require File.expand_path('../../../test_helper', __FILE__)
class ApiTest::ProjectsTest < ActionController::IntegrationTest class ApiTest::ProjectsTest < ActionController::IntegrationTest
fixtures :projects, :versions, :users, :roles, :members, :member_roles, :issues, :journals, :journal_details, fixtures :projects, :versions, :users, :roles, :members, :member_roles, :issues, :journals, :journal_details,
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require "#{File.dirname(__FILE__)}/../../test_helper" require File.expand_path('../../../test_helper', __FILE__)
class ApiTest::TimeEntriesTest < ActionController::IntegrationTest class ApiTest::TimeEntriesTest < ActionController::IntegrationTest
fixtures :all fixtures :all
......
require "#{File.dirname(__FILE__)}/../../test_helper" require File.expand_path('../../../test_helper', __FILE__)
class ApiTest::TokenAuthenticationTest < ActionController::IntegrationTest class ApiTest::TokenAuthenticationTest < ActionController::IntegrationTest
fixtures :all fixtures :all
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require "#{File.dirname(__FILE__)}/../../test_helper" require File.expand_path('../../../test_helper', __FILE__)
require 'pp' require 'pp'
class ApiTest::UsersTest < ActionController::IntegrationTest class ApiTest::UsersTest < ActionController::IntegrationTest
fixtures :users fixtures :users
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require "#{File.dirname(__FILE__)}/../test_helper" require File.expand_path('../../test_helper', __FILE__)
class ApplicationTest < ActionController::IntegrationTest class ApplicationTest < ActionController::IntegrationTest
include Redmine::I18n include Redmine::I18n
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require "#{File.dirname(__FILE__)}/../test_helper" require File.expand_path('../../test_helper', __FILE__)
class IssuesTest < ActionController::IntegrationTest class IssuesTest < ActionController::IntegrationTest
fixtures :projects, fixtures :projects,
......
require "#{File.dirname(__FILE__)}/../test_helper" require File.expand_path('../../test_helper', __FILE__)
class LayoutTest < ActionController::IntegrationTest class LayoutTest < ActionController::IntegrationTest
fixtures :all fixtures :all
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require "#{File.dirname(__FILE__)}/../../../test_helper" require File.expand_path('../../../../test_helper', __FILE__)
class MenuManagerTest < ActionController::IntegrationTest class MenuManagerTest < ActionController::IntegrationTest
include Redmine::I18n include Redmine::I18n
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require "#{File.dirname(__FILE__)}/../test_helper" require File.expand_path('../../test_helper', __FILE__)
class ProjectsTest < ActionController::IntegrationTest class ProjectsTest < ActionController::IntegrationTest
fixtures :projects, :users, :members fixtures :projects, :users, :members
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require "#{File.dirname(__FILE__)}/../test_helper" require File.expand_path('../../test_helper', __FILE__)
class RoutingTest < ActionController::IntegrationTest class RoutingTest < ActionController::IntegrationTest
context "activities" do context "activities" do
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
class ActivityTest < ActiveSupport::TestCase class ActivityTest < ActiveSupport::TestCase
fixtures :projects, :versions, :attachments, :users, :roles, :members, :member_roles, :issues, :journals, :journal_details, fixtures :projects, :versions, :attachments, :users, :roles, :members, :member_roles, :issues, :journals, :journal_details,
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
class AttachmentTest < ActiveSupport::TestCase class AttachmentTest < ActiveSupport::TestCase
fixtures :issues, :users fixtures :issues, :users
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
class AuthSourceLdapTest < ActiveSupport::TestCase class AuthSourceLdapTest < ActiveSupport::TestCase
fixtures :auth_sources fixtures :auth_sources
......
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
class BoardTest < ActiveSupport::TestCase class BoardTest < ActiveSupport::TestCase
fixtures :projects, :boards, :messages, :attachments, :watchers fixtures :projects, :boards, :messages, :attachments, :watchers
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
class CalendarTest < ActiveSupport::TestCase class CalendarTest < ActiveSupport::TestCase
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
class ChangesetTest < ActiveSupport::TestCase class ChangesetTest < ActiveSupport::TestCase
fixtures :projects, :repositories, :issues, :issue_statuses, :changesets, :changes, :issue_categories, :enumerations, :custom_fields, :custom_values, :users, :members, :member_roles, :trackers fixtures :projects, :repositories, :issues, :issue_statuses, :changesets, :changes, :issue_categories, :enumerations, :custom_fields, :custom_values, :users, :members, :member_roles, :trackers
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
class CommentTest < ActiveSupport::TestCase class CommentTest < ActiveSupport::TestCase
fixtures :users, :news, :comments fixtures :users, :news, :comments
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
class CustomFieldTest < ActiveSupport::TestCase class CustomFieldTest < ActiveSupport::TestCase
fixtures :custom_fields fixtures :custom_fields
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
class CustomValueTest < ActiveSupport::TestCase class CustomValueTest < ActiveSupport::TestCase
fixtures :custom_fields, :custom_values, :users fixtures :custom_fields, :custom_values, :users
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
class DefaultDataTest < ActiveSupport::TestCase class DefaultDataTest < ActiveSupport::TestCase
include Redmine::I18n include Redmine::I18n
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
class DocumentCategoryTest < ActiveSupport::TestCase class DocumentCategoryTest < ActiveSupport::TestCase
fixtures :enumerations, :documents, :issues fixtures :enumerations, :documents, :issues
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
class DocumentTest < ActiveSupport::TestCase class DocumentTest < ActiveSupport::TestCase
fixtures :projects, :enumerations, :documents, :attachments fixtures :projects, :enumerations, :documents, :attachments
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
class EnabledModuleTest < ActiveSupport::TestCase class EnabledModuleTest < ActiveSupport::TestCase
fixtures :projects, :wikis fixtures :projects, :wikis
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
class EnumerationTest < ActiveSupport::TestCase class EnumerationTest < ActiveSupport::TestCase
fixtures :enumerations, :issues, :custom_fields, :custom_values fixtures :enumerations, :issues, :custom_fields, :custom_values
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
class GroupTest < ActiveSupport::TestCase class GroupTest < ActiveSupport::TestCase
fixtures :all fixtures :all
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../../test_helper' require File.expand_path('../../../test_helper', __FILE__)
class ApplicationHelperTest < ActionView::TestCase class ApplicationHelperTest < ActionView::TestCase
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../../test_helper' require File.expand_path('../../../test_helper', __FILE__)
class CustomFieldsHelperTest < HelperTestCase class CustomFieldsHelperTest < HelperTestCase
include CustomFieldsHelper include CustomFieldsHelper
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../../test_helper' require File.expand_path('../../../test_helper', __FILE__)
class IssuesHelperTest < HelperTestCase class IssuesHelperTest < HelperTestCase
include ApplicationHelper include ApplicationHelper
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../../test_helper' require File.expand_path('../../../test_helper', __FILE__)
class ProjectsHelperTest < HelperTestCase class ProjectsHelperTest < HelperTestCase
include ApplicationHelper include ApplicationHelper
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../../test_helper' require File.expand_path('../../../test_helper', __FILE__)
class SearchHelperTest < HelperTestCase class SearchHelperTest < HelperTestCase
include SearchHelper include SearchHelper
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../../test_helper' require File.expand_path('../../../test_helper', __FILE__)
class SortHelperTest < HelperTestCase class SortHelperTest < HelperTestCase
include SortHelper include SortHelper
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../../test_helper' require File.expand_path('../../../test_helper', __FILE__)
class TimelogHelperTest < HelperTestCase class TimelogHelperTest < HelperTestCase
include TimelogHelper include TimelogHelper
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
class IssueCategoryTest < ActiveSupport::TestCase class IssueCategoryTest < ActiveSupport::TestCase
fixtures :issue_categories, :issues fixtures :issue_categories, :issues
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
class IssueNestedSetTest < ActiveSupport::TestCase class IssueNestedSetTest < ActiveSupport::TestCase
fixtures :projects, :users, :members, :member_roles, :roles, fixtures :projects, :users, :members, :member_roles, :roles,
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
class IssuePriorityTest < ActiveSupport::TestCase class IssuePriorityTest < ActiveSupport::TestCase
fixtures :enumerations, :issues fixtures :enumerations, :issues
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
class IssueRelationTest < ActiveSupport::TestCase class IssueRelationTest < ActiveSupport::TestCase
fixtures :issue_relations, :issues fixtures :issue_relations, :issues
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
class IssueStatusTest < ActiveSupport::TestCase class IssueStatusTest < ActiveSupport::TestCase
fixtures :issue_statuses, :issues fixtures :issue_statuses, :issues
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software # along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require File.dirname(__FILE__) + '/../test_helper' require File.expand_path('../../test_helper', __FILE__)
class IssueTest < ActiveSupport::TestCase class IssueTest < ActiveSupport::TestCase
fixtures :projects, :users, :members, :member_roles, :roles, fixtures :projects, :users, :members, :member_roles, :roles,
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment