obsolete.ChilliProject/test/functional
Eric Davis 80256cf298 Refactor: extract #bulk_update method from IssuesController#bulk_edit.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4037 e93f8b46-1217-0410-a6f0-8f06a7374b81
2010-08-24 15:27:12 +00:00
..
account_controller_test.rb Prevent 500 error on login when there's a typo in OpenID URI scheme, such as http;// or http.// 2010-08-10 21:12:32 +00:00
admin_controller_test.rb Add some assertions on the default data loading test to debug a Ruby 1.9 failure. 2010-06-20 16:08:20 +00:00
application_controller_test.rb Upgraded to Rails 2.3.4 (#3597) 2009-09-13 17:14:35 +00:00
attachments_controller_test.rb Refactor: Move the rest of the routing tests to RoutingTest. 2010-04-21 16:02:55 +00:00
auth_sources_controller_test.rb Fix a few requires for metric_fu's rcov. 2010-08-04 15:04:30 +00:00
auto_completes_controller_test.rb Refactor: move IssuesController#auto_complete to a new controller. #4382 2010-08-17 15:03:58 +00:00
boards_controller_test.rb Refactor: Move the rest of the routing tests to RoutingTest. 2010-04-21 16:02:55 +00:00
calendars_controller_test.rb Fix a few requires for metric_fu's rcov. 2010-08-04 15:04:30 +00:00
context_menus_controller_test.rb Refactor: move IssuesController#context_menu to a new controller. 2010-08-19 18:16:54 +00:00
custom_fields_controller_test.rb Adds missing native eol properties. 2009-09-20 14:06:57 +00:00
documents_controller_test.rb Added tests for #5533's behavior. 2010-06-19 22:17:34 +00:00
enumerations_controller_test.rb Upgraded to Rails 2.3.4 (#3597) 2009-09-13 17:14:35 +00:00
gantts_controller_test.rb Fix a few requires for metric_fu's rcov. 2010-08-04 15:04:30 +00:00
groups_controller_test.rb Include missing fixtures. 2009-10-29 18:40:00 +00:00
issue_categories_controller_test.rb Refactor: Move the rest of the routing tests to RoutingTest. 2010-04-21 16:02:55 +00:00
issue_moves_controller_test.rb Fix path to test_helper 2010-08-12 13:57:46 +00:00
issue_relations_controller_test.rb Refactor: Move the rest of the routing tests to RoutingTest. 2010-04-21 16:02:55 +00:00
issue_statuses_controller_test.rb Refactor: Merged IssueStatusesController#list and #index. 2010-02-12 19:15:33 +00:00
issues_controller_test.rb Refactor: extract #bulk_update method from IssuesController#bulk_edit. 2010-08-24 15:27:12 +00:00
issues_controller_transaction_test.rb Fixes some parameters in functional tests. 2010-04-30 10:06:51 +00:00
journals_controller_test.rb Refactor: move IssuesController#changes to JournalsController#index. 2010-08-23 15:04:36 +00: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 Upgraded to Rails 2.3.4 (#3597) 2009-09-13 17:14:35 +00:00
members_controller_test.rb Add error messages to MembersController#new so a user is informed of missing data. 2010-05-24 20:21:16 +00:00
messages_controller_test.rb Refactor: Move the rest of the routing tests to RoutingTest. 2010-04-21 16:02:55 +00:00
my_controller_test.rb Added an API token for each User to use when making API requests. (#3920) 2009-12-23 06:27:28 +00:00
news_controller_test.rb Refactor: Move the rest of the routing tests to RoutingTest. 2010-04-21 16:02:55 +00:00
previews_controller_test.rb Refactor: move IssuesController#preview to a new controller. 2010-08-18 15:01:35 +00:00
projects_controller_test.rb Add a link to the cross project time entries page to /projects. #4935 2010-06-20 16:29:12 +00:00
queries_controller_test.rb Upgraded to Rails 2.3.4 (#3597) 2009-09-13 17:14:35 +00:00
reports_controller_test.rb Separated ReportsController#issue_report into two separate actions. 2010-02-08 17:53:58 +00:00
repositories_bazaar_controller_test.rb Upgraded to Rails 2.3.4 (#3597) 2009-09-13 17:14:35 +00:00
repositories_controller_test.rb Refactor: Move the rest of the routing tests to RoutingTest. 2010-04-21 16:02:55 +00:00
repositories_cvs_controller_test.rb Upgraded to Rails 2.3.4 (#3597) 2009-09-13 17:14:35 +00:00
repositories_darcs_controller_test.rb Upgraded to Rails 2.3.4 (#3597) 2009-09-13 17:14:35 +00:00
repositories_git_controller_test.rb Extend changes.path and changes.from_path to support longer paths. #5771 2010-07-06 02:07:46 +00:00
repositories_mercurial_controller_test.rb Upgraded to Rails 2.3.4 (#3597) 2009-09-13 17:14:35 +00:00
repositories_subversion_controller_test.rb Support listing directories in svn which include square brackets. #5548 2010-06-20 16:08:26 +00:00
roles_controller_test.rb Refactor: Merged RolesController#list and #index 2010-02-15 16:41:16 +00:00
search_controller_test.rb Typecast issue ids when searched for. 2010-06-20 20:01:32 +00:00
settings_controller_test.rb Adds a few functional tests. 2009-11-07 08:44:56 +00:00
sys_controller_test.rb Adds on optional API key to repositories management controller and reposman.rb. 2009-12-20 09:44:28 +00:00
timelog_controller_test.rb Handle unsuccessful destroys in TimelogController. #5700 2010-06-20 19:30:51 +00:00
trackers_controller_test.rb Refactor: Merged TrackersController#list and #index 2010-02-15 16:41:27 +00:00
users_controller_test.rb Show projects depending on their visibility in user's profile. #6100 2010-08-10 23:07:44 +00:00
versions_controller_test.rb Move more routing tests into the routing integration test. 2010-04-20 15:42:57 +00:00
watchers_controller_test.rb Make sure user can not watch what he is not allowed to view. 2009-12-13 14:48:28 +00:00
welcome_controller_test.rb Fixes EOL style related test failures. 2010-04-30 18:08:40 +00:00
wiki_controller_test.rb Move more routing tests into the routing integration test. 2010-04-20 15:42:57 +00:00
wikis_controller_test.rb Refactor: Move the rest of the routing tests to RoutingTest. 2010-04-21 16:02:55 +00:00
workflows_controller_test.rb By default, only show statuses that are used by the tracker on the workflow edit view. 2009-12-18 15:41:32 +00:00