Redmine/test/functional
Toshi MARUYAMA db05ebed83 Rails3: scm: cvs: fix error of test_entry_not_found at functional test
On Rails 3.1, ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection error raises.
For more details, see r7062.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7180 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-12 11:40:36 +00:00
..
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 remove trailing white-spaces from functional activities controller test. 2011-05-16 00:09:58 +00:00
admin_controller_test.rb remove trailing white-spaces from test/functional/admin_controller_test.rb. 2011-08-26 06:36:33 +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 replace RAILS_ROOT to Rails.root in functional attachments controller test. 2011-06-16 01:53:24 +00:00
auth_sources_controller_test.rb remove trailing white-spaces from test/functional/auth_sources_controller_test.rb. 2011-08-24 06:12:08 +00:00
auto_completes_controller_test.rb remove trailing white-spaces from test/functional/auto_completes_controller_test.rb. 2011-08-30 15:58:10 +00:00
boards_controller_test.rb remove trailing white-spaces from test/functional/boards_controller_test.rb. 2011-08-24 06:45:13 +00:00
calendars_controller_test.rb remove trailing white-spaces from test/functional/calendars_controller_test.rb. 2011-08-30 15:57:21 +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 remove trailing white-spaces from test/functional/context_menus_controller_test.rb. 2011-08-30 15:55:54 +00:00
custom_fields_controller_test.rb remove trailing white-spaces from test/functional/custom_fields_controller_test.rb. 2011-08-30 15:55:09 +00:00
documents_controller_test.rb Do not show inactive document categories where not necessary (#8573). 2011-06-13 20:33:06 +00:00
enumerations_controller_test.rb remove trailing white-spaces from test/functional/enumerations_controller_test.rb. 2011-08-24 07:19:25 +00:00
files_controller_test.rb remove trailing white-spaces from test/functional/files_controller_test.rb. 2011-08-30 15:54:30 +00:00
gantts_controller_test.rb remove trailing white-spaces from test/functional/gantts_controller_test.rb. 2011-08-30 15:53:33 +00:00
groups_controller_test.rb remove trailing white-spaces from test/functional/groups_controller_test.rb. 2011-08-31 23:00:24 +00:00
issue_categories_controller_test.rb remove trailing white-spaces from test/functional/issue_categories_controller_test.rb. 2011-08-31 13:09:59 +00:00
issue_moves_controller_test.rb remove trailing white-spaces from test/functional/issue_moves_controller_test.rb. 2011-08-31 13:09:12 +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 remove trailing white-spaces from test/functional/issue_statuses_controller_test.rb. 2011-08-31 23:02:00 +00:00
issues_controller_test.rb remove hard-coded '.rhtml' from "test_index_with_project_and_filter" of functional issues controller test (#6317). 2011-09-02 01:44:07 +00:00
issues_controller_transaction_test.rb remove trailing white-spaces from test/functional/issues_controller_transaction_test.rb. 2011-08-31 16:03:15 +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 Refactor AuthSourcesController to support non-LDAP sources. #1131 2010-05-23 03:16:31 +00:00
mail_handler_controller_test.rb remove trailing white-spaces from test/functional/mail_handler_controller_test.rb. 2011-08-30 16:03:56 +00:00
members_controller_test.rb remove trailing white-spaces from test/functional/members_controller_test.rb. 2011-08-31 13:07:38 +00:00
messages_controller_test.rb remove trailing white-spaces from test/functional/messages_controller_test.rb. 2011-08-24 07:50:30 +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 remove trailing white-spaces from test/functional/previews_controller_test.rb. 2011-08-30 16:02:38 +00:00
project_enumerations_controller_test.rb remove trailing white-spaces from test/functional/project_enumerations_controller_test.rb. 2011-08-31 16:02:31 +00:00
projects_controller_test.rb remove trailing white-spaces from test/functional/projects_controller_test.rb. 2011-08-31 16:01:47 +00:00
queries_controller_test.rb remove trailing white-spaces from test/functional/queries_controller_test.rb. 2011-08-31 22:58:10 +00:00
reports_controller_test.rb remove trailing white-spaces from test/functional/reports_controller_test.rb. 2011-08-24 08:41:53 +00:00
repositories_bazaar_controller_test.rb Rails3: scm: bazaar: fix error of test_destroy_invalid_repository at functional test 2011-09-12 00:53:11 +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 Rails3: scm: cvs: fix error of test_entry_not_found at functional test 2011-09-12 11:40:36 +00:00
repositories_darcs_controller_test.rb Rails3: scm: darcs: fix error of test_destroy_invalid_repository at functional test 2011-09-12 04:12:29 +00:00
repositories_filesystem_controller_test.rb scm: filesystem: add functional test of destroying invalid repository (#6713, #4725). 2011-07-10 23:14:16 +00:00
repositories_git_controller_test.rb Rails3: scm: git: fix error of test_destroy_invalid_repository at functional test 2011-09-12 03:00:14 +00:00
repositories_mercurial_controller_test.rb Rails3: scm: mercurial: fix error of test_show_at_given_revision at functional test 2011-09-12 01:16:40 +00:00
repositories_subversion_controller_test.rb Rails3: scm: subversion: fix error of test_show at unit model test 2011-09-12 11:15:18 +00:00
roles_controller_test.rb remove trailing white-spaces from test/functional/roles_controller_test.rb. 2011-08-25 00:37:56 +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 remove trailing white-spaces from functional settings controller test. 2011-05-18 11:37:31 +00:00
sys_controller_test.rb remove trailing white-spaces from functional sys controller test. 2011-05-25 04:40:18 +00:00
time_entry_reports_controller_test.rb remove trailing white-spaces from test/functional/time_entry_reports_controller_test.rb. 2011-08-25 01:13:28 +00:00
timelog_controller_test.rb remove trailing white-spaces from test/functional/timelog_controller_test.rb. 2011-08-25 01:44:57 +00:00
trackers_controller_test.rb remove trailing white-spaces from test/functional/trackers_controller_test.rb. 2011-08-25 01:44:16 +00:00
users_controller_test.rb remove trailing white-spaces from test/functional/users_controller_test.rb. 2011-08-25 01:47:14 +00:00
versions_controller_test.rb remove trailing white-spaces from test/functional/versions_controller_test.rb. 2011-08-25 01:46:40 +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 remove trailing white-spaces from test/functional/wiki_controller_test.rb. 2011-08-24 03:51:20 +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