obsolete.ChilliProject/test/functional
Gregor Schmidt 300bc07b5a [#413] using Hash#to_a.first since Hash#first is not present in 1.8.6 2011-05-14 00:09:56 +02:00
..
account_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
activities_controller_test.rb Merge the master-journalized branch from https://github.com/finnlabs/redmine/ 2011-04-14 16:28:10 +02:00
admin_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
application_controller_test.rb [#302] Protect ApplicationController methods so they are not considered actions 2011-03-24 14:22:21 -07:00
attachments_controller_test.rb [#123] Fix AttachmentsController test from 1f88288 2011-05-06 14:48:11 -07:00
auth_sources_controller_test.rb Adds a test for AuthSourcesController#destroy with users. 2011-04-16 15:41:32 -07:00
auto_completes_controller_test.rb [#280] Include matching issue ids in the auto_completer. 2011-03-13 17:11:04 -07:00
boards_controller_test.rb 404 on board index when no board configured. #64 2011-02-24 14:19:01 +01:00
calendars_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
comments_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
context_menus_controller_test.rb Trying to fix random failures with postgresql due to different ids order in urls. 2011-01-09 21:01:40 +00:00
custom_fields_controller_test.rb Adds User and Version custom field format that can be used to reference a project member or version in custom fields (#2096). 2011-04-16 16:11:53 -07:00
documents_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
enumerations_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
files_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
gantts_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
groups_controller_test.rb Fixed: list of users for adding to a group may be empty if 100 first users have been added (#8029). 2011-04-16 16:13:18 -07:00
issue_categories_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
issue_moves_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
issue_relations_controller_test.rb Fixed: Relations are not displayed after adding/removing an issue relation (#7463). 2011-02-09 16:48:16 -08:00
issue_statuses_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
issues_controller_test.rb [#413] using Hash#to_a.first since Hash#first is not present in 1.8.6 2011-05-14 00:09:56 +02:00
issues_controller_transaction_test.rb Merge the master-journalized branch from https://github.com/finnlabs/redmine/ 2011-04-14 16:28:10 +02:00
journals_controller_test.rb Merge acts_as_journalized to unstable. #123 2011-04-23 21:25:52 +02:00
ldap_auth_sources_controller.rb Refactor AuthSourcesController to support non-LDAP sources. #1131 2010-05-23 03:16:31 +00:00
mail_handler_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
members_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
messages_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
my_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
news_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
previews_controller_test.rb Adds support for preview when editing an issue note (#5520). 2011-04-16 16:11:50 -07:00
project_enumerations_controller_test.rb Fixes wrong assertion. 2010-12-31 15:45:35 +00:00
projects_controller_test.rb Merge acts_as_journalized to unstable. #123 2011-04-23 21:25:52 +02:00
queries_controller_test.rb Shorten query[column_names] param name. 2011-04-16 16:15:54 -07:00
reports_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
repositories_bazaar_controller_test.rb Fixes diff test regarding r5094. 2011-04-16 15:38:55 -07:00
repositories_controller_test.rb scm: code clean up test/functional/repositories_controller_test.rb. 2011-04-16 16:11:43 -07:00
repositories_cvs_controller_test.rb scm: cvs: check assign changesets in root directory showing of functional test. 2011-04-16 16:11:43 -07:00
repositories_darcs_controller_test.rb scm: darcs: remove duplicate test from functional test. 2011-04-16 16:11:44 -07:00
repositories_filesystem_controller_test.rb scm: set mime type in downloading file. 2011-04-16 16:11:45 -07:00
repositories_git_controller_test.rb scm: git: fix annotate test due to changing en.yml (#8035, #7855). 2011-04-16 16:11:52 -07:00
repositories_mercurial_controller_test.rb scm: set mime type in downloading file. 2011-04-16 16:11:45 -07:00
repositories_subversion_controller_test.rb Fixes subversion tests not running on win32. 2011-04-16 16:11:41 -07:00
roles_controller_test.rb Merge branch 'master' into unstable 2011-05-01 13:58:02 -07:00
search_controller_test.rb Merge the master-journalized branch from https://github.com/finnlabs/redmine/ 2011-04-14 16:28:10 +02:00
settings_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
sys_controller_test.rb Do not actually try to fetch changesets from the subversion repository. 2011-04-16 15:41:32 -07:00
time_entry_reports_controller_test.rb Changed timelogs filters to use non-AJAX requests (#1965). 2011-04-16 16:13:20 -07:00
timelog_controller_test.rb Changed timelogs filters to use non-AJAX requests (#1965). 2011-04-16 16:13:20 -07:00
trackers_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
users_controller_test.rb Adds a Group filter on the admin users list (#7893). 2011-04-16 15:41:32 -07:00
versions_controller_test.rb Adds an option to view issues count by status on the version page (#7921). 2011-04-16 16:11:42 -07:00
watchers_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
welcome_controller_test.rb Warning on leaving a page with unsaved content in textarea (#2910). 2011-04-16 14:46:57 -07:00
wiki_controller_test.rb Merge acts_as_journalized to unstable. #123 2011-04-23 21:25:52 +02:00
wikis_controller_test.rb Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 2010-12-12 23:24:34 +00:00
workflows_controller_test.rb Allow additional workflow transitions for issue author and assignee (#2732). 2011-04-16 14:43:45 -07:00