..
account_controller_test.rb
AccountController#show (/account/show/:id) moved to UsersController#show (/users/:id).
2009-10-29 18:37:00 +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
Refactor AuthSourcesController to support non-LDAP sources. #1131
2010-05-23 03:16:31 +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
Display the correct ISO week number on the project calendar.
2010-06-19 22:52:15 +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
Refactor: Move gantts to a separate controller.
2010-04-28 15:54:46 +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_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: move Project Calendar to it's own controller.
2010-05-03 16:02:37 +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
Upgraded to Rails 2.3.4 ( #3597 )
2009-09-13 17:14:35 +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
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
Move more routing tests into the routing integration test.
2010-04-20 15:42:57 +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