.. |
account_controller_test.rb
|
remove trailing white-spaces from test/functional/account_controller_test.rb.
|
2011-06-01 11:05:04 +00:00 |
activities_controller_test.rb
|
Adds functional tests for ActivitiesController.
|
2011-11-29 19:57:07 +00:00 |
admin_controller_test.rb
|
Adds named scopes for projects index.
|
2011-12-04 22:31:02 +00:00 |
application_controller_test.rb
|
remove trailing white-spaces from test/functional/application_controller_test.rb.
|
2011-08-30 15:58:57 +00:00 |
attachments_controller_test.rb
|
Fixed: version files in Files module cannot be downloaded if issue tracking is disabled (#9055).
|
2011-11-29 19:36:49 +00:00 |
auth_sources_controller_test.rb
|
remove fixtures from test/functional/auth_sources_controller_test.rb
|
2011-09-24 04:20:49 +00:00 |
auto_completes_controller_test.rb
|
Rails3: replace "all" fixtures at test/functional/auto_completes_controller_test.rb
|
2011-09-24 07:07:01 +00:00 |
boards_controller_test.rb
|
Resourcified boards.
|
2011-12-01 21:14:09 +00:00 |
calendars_controller_test.rb
|
Rails3: replace "all" fixtures at test/functional/calendars_controller_test.rb
|
2011-09-24 07:08:20 +00:00 |
comments_controller_test.rb
|
remove trailing white-spaces from test/functional/comments_controller_test.rb.
|
2011-08-30 15:56:37 +00:00 |
context_menus_controller_test.rb
|
Issue destroy is now DELETE only.
|
2011-12-10 11:44:25 +00:00 |
custom_fields_controller_test.rb
|
Resourcified custom fields.
|
2011-12-09 22:58:30 +00:00 |
documents_controller_test.rb
|
Resourcified documents.
|
2011-11-30 19:51:16 +00:00 |
enumerations_controller_test.rb
|
Resourcified enumerations.
|
2011-12-11 10:26:12 +00:00 |
files_controller_test.rb
|
remove duplicate fixtures from test/functional/files_controller_test.rb
|
2011-09-25 10:44:35 +00:00 |
gantts_controller_test.rb
|
Rails3: test: template must be specified as controller/action not with their extension any more
|
2011-09-28 10:11:42 +00:00 |
groups_controller_test.rb
|
Adds functional tests for GroupsController.
|
2011-11-29 20:21:54 +00:00 |
issue_categories_controller_test.rb
|
REST API for issue categories (#9553).
|
2011-11-20 17:09:01 +00:00 |
issue_moves_controller_test.rb
|
code layout clean up of 'should "allow adding a note when copying"' at test/functional/issue_moves_controller_test.rb
|
2011-09-25 10:46:20 +00:00 |
issue_relations_controller_test.rb
|
remove trailing white-spaces from test/functional/issue_relations_controller_test.rb.
|
2011-08-31 13:08:28 +00:00 |
issue_statuses_controller_test.rb
|
Resourcified issue statuses.
|
2011-11-22 22:04:07 +00:00 |
issues_controller_test.rb
|
Changed IssuesController#destroy to DELETE only.
|
2011-12-10 09:10:51 +00:00 |
issues_controller_transaction_test.rb
|
Moves test to non-transactional fixtures tests (failure with postgresql).
|
2011-12-04 19:20:22 +00:00 |
journals_controller_test.rb
|
remove trailing white-spaces from functional journals controller test.
|
2011-05-16 22:55:14 +00:00 |
ldap_auth_sources_controller.rb
|
remove fixtures from test/functional/ldap_auth_sources_controller.rb
|
2011-09-25 04:55:47 +00:00 |
mail_handler_controller_test.rb
|
Adds tests for MailHandler.
|
2011-12-05 18:56:00 +00:00 |
members_controller_test.rb
|
Adds functional tests for MembersController.
|
2011-11-29 20:29:50 +00:00 |
messages_controller_test.rb
|
Adds test for r7961 fix (#9672).
|
2011-11-27 21:37:56 +00:00 |
my_controller_test.rb
|
remove trailing white-spaces from test/functional/my_controller_test.rb.
|
2011-08-24 08:41:23 +00:00 |
news_controller_test.rb
|
remove trailing white-spaces from test/functional/news_controller_test.rb.
|
2011-08-30 16:03:18 +00:00 |
previews_controller_test.rb
|
code layout clean up of test_preview_issue_notes at test/functional/previews_controller_test.rb
|
2011-09-25 10:46:44 +00:00 |
project_enumerations_controller_test.rb
|
Rails3: replace "all" fixtures at test/functional/project_enumerations_controller_test.rb
|
2011-09-25 06:15:32 +00:00 |
projects_controller_test.rb
|
Explicitly declare all routes and deactivate default route.
|
2011-12-10 13:33:01 +00:00 |
queries_controller_test.rb
|
Refactor : convert queries to REST resources (also fixes #9108).
|
2011-10-24 20:19:26 +00:00 |
reports_controller_test.rb
|
Rails3: replace "all" fixtures at test/functional/reports_controller_test.rb
|
2011-09-25 06:14:07 +00:00 |
repositories_bazaar_controller_test.rb
|
Test for repository edit and cleanup.
|
2011-12-03 15:13:47 +00:00 |
repositories_controller_test.rb
|
scm: remove trailing white-spaces from functional repositories controller test.
|
2011-05-24 01:58:29 +00:00 |
repositories_cvs_controller_test.rb
|
Test for repository edit and cleanup.
|
2011-12-03 15:13:47 +00:00 |
repositories_darcs_controller_test.rb
|
Test for repository edit and cleanup.
|
2011-12-03 15:13:47 +00:00 |
repositories_filesystem_controller_test.rb
|
Test for repository edit and cleanup.
|
2011-12-03 15:10:41 +00:00 |
repositories_git_controller_test.rb
|
Test for repository edit and cleanup.
|
2011-12-03 15:09:08 +00:00 |
repositories_mercurial_controller_test.rb
|
Test for repository edit and cleanup.
|
2011-12-03 15:06:23 +00:00 |
repositories_subversion_controller_test.rb
|
Adds a test for revision diff as raw format.
|
2011-12-03 13:18:00 +00:00 |
roles_controller_test.rb
|
Resourcified roles.
|
2011-12-09 23:29:58 +00:00 |
search_controller_test.rb
|
remove trailing white-spaces from test/functional/search_controller_test.rb.
|
2011-08-31 22:57:34 +00:00 |
settings_controller_test.rb
|
Adds tests for plugin settings editing.
|
2011-12-03 10:06:41 +00:00 |
sys_controller_test.rb
|
Adds tests for SysController.
|
2011-12-03 13:59:17 +00:00 |
time_entry_reports_controller_test.rb
|
Dropped TimeEntryReportsController.
|
2011-12-02 19:33:05 +00:00 |
timelog_controller_test.rb
|
Removed unnecessary calculations in time entries index.
|
2011-12-04 23:01:42 +00:00 |
trackers_controller_test.rb
|
Resourcified trackers.
|
2011-11-22 21:32:45 +00:00 |
users_controller_test.rb
|
REST urls for user memberships.
|
2011-12-10 08:37:48 +00:00 |
versions_controller_test.rb
|
Tests/cleanup VersionsController.
|
2011-12-03 09:12:51 +00:00 |
watchers_controller_test.rb
|
remove trailing white-spaces from test/functional/watchers_controller_test.rb.
|
2011-08-25 01:46:07 +00:00 |
welcome_controller_test.rb
|
remove trailing white-spaces from test/functional/welcome_controller_test.rb.
|
2011-08-25 01:45:26 +00:00 |
wiki_controller_test.rb
|
Adds a test for when accessing wiki history without permission.
|
2011-12-03 20:30:50 +00:00 |
wikis_controller_test.rb
|
remove trailing white-spaces from test/functional/wikis_controller_test.rb.
|
2011-08-24 02:42:02 +00:00 |
workflows_controller_test.rb
|
remove trailing white-spaces from test/functional/workflows_controller_test.rb.
|
2011-08-31 22:59:47 +00:00 |