Redmine/test/functional
Jean-Philippe Lang 5e4bb16a7f Additional tests for WatchersController.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9365 e93f8b46-1217-0410-a6f0-8f06a7374b81
2012-04-06 16:55:53 +00:00
..
account_controller_test.rb Moved tests about session reset to functional tests. 2012-02-26 12:00:41 +00:00
activities_controller_test.rb Rails 3.1 compatibility. 2012-03-04 12:43:55 +00:00
admin_controller_test.rb Don't use #delete on String in Mailer. 2012-03-12 18:34:12 +00:00
attachments_controller_test.rb Rails 3.1 compatibility. 2012-03-04 11:41:10 +00:00
auth_sources_controller_test.rb Fixed that LDAP error is not displayed when testing connection. 2012-03-11 12:01:41 +00:00
auto_completes_controller_test.rb Don't use auth_sources fixtures when not needed. 2012-02-19 21:51:03 +00:00
boards_controller_test.rb Prevent mass-assignment when adding/updating a forum (#10390). 2012-03-06 21:36:28 +00:00
calendars_controller_test.rb Removed some generate! calls. 2012-03-04 12:15:57 +00:00
comments_controller_test.rb Rails3: test: fix ordering functional/comments_controller_test.rb 2012-02-25 01:43:11 +00:00
context_menus_controller_test.rb Don't use auth_sources fixtures when not needed. 2012-02-19 21:51:03 +00:00
custom_fields_controller_test.rb Resourcified custom fields. 2011-12-09 22:58:30 +00:00
documents_controller_test.rb Additional tests for DocumentsController. 2011-12-17 17:47:27 +00:00
enumerations_controller_test.rb Rails3: :order option has no effect here because of the default_scope on Enumeration. 2012-03-04 12:50:19 +00:00
files_controller_test.rb Adds helpers for testing email body. 2012-03-04 13:28:18 +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 Adds functional tests. 2012-02-23 14:39:55 +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 Adds functional tests. 2012-02-23 14:39:55 +00:00
issues_controller_test.rb Let non required list/user/version custom fields to be set to blank when bulk editing (#10605). 2012-04-06 11:56:30 +00:00
issues_controller_transaction_test.rb Better handling of attachments when issue validation fails (#10253). 2012-02-16 21:00:11 +00:00
journals_controller_test.rb remove trailing white-spaces from functional journals controller test. 2011-05-16 22:55:14 +00:00
mail_handler_controller_test.rb Adds tests for MailHandler. 2011-12-05 18:56:00 +00:00
members_controller_test.rb Resourcified project memberships. 2012-02-05 16:35:27 +00:00
messages_controller_test.rb Fixed: Unable to change locked, sticky flags and board when editing a message (#10564). 2012-04-06 12:20:47 +00:00
my_controller_test.rb Adds a helper for displaying validation error messages. 2012-02-26 18:07:13 +00:00
news_controller_test.rb More functional tests for NewsController. 2012-03-10 13:47:28 +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 Random test failures in #test_..._if_an_exception_is_raised with ruby1.8.7-p358 and sqlite3. 2012-03-01 20:34:41 +00:00
projects_controller_test.rb Rails 3.1 compatibility. 2012-03-04 12:43:55 +00:00
queries_controller_test.rb Additional tests for QueriesController. 2011-12-17 17:54:52 +00:00
reports_controller_test.rb Test cleanup. 2012-01-01 19:57:30 +00:00
repositories_bazaar_controller_test.rb Rails3: test: scm: bazaar: use "repository_path_hash" for path param 2012-02-23 08:49:05 +00:00
repositories_controller_test.rb Adds a test for project menu item when displaying a revision. 2012-02-27 15:26:35 +00:00
repositories_cvs_controller_test.rb Rails3: test: scm: cvs: use "repository_path_hash" for path param 2012-02-23 07:33:44 +00:00
repositories_darcs_controller_test.rb Rails3: test: scm: darcs: use "repository_path_hash" for path param 2012-02-23 12:17:32 +00:00
repositories_filesystem_controller_test.rb Rails3: test: scm: filesystem: use "repository_path_hash" for path param 2012-02-23 06:12:44 +00:00
repositories_git_controller_test.rb Rails3: test: scm: git: use "repository_path_hash" for path param 2012-02-23 06:12:22 +00:00
repositories_mercurial_controller_test.rb Rails3: test: scm: mercurial: use "repository_path_hash" for path param 2012-02-23 12:18:03 +00:00
repositories_subversion_controller_test.rb Removed assertions on blank template. 2012-02-25 20:42:31 +00:00
roles_controller_test.rb Test cleanup. 2012-03-04 12:44:58 +00:00
search_controller_test.rb Additional tests for SearchController and handle my_projects scope without memberships. 2011-12-17 18:23:53 +00:00
settings_controller_test.rb Rails 3.1 compatibility. 2012-03-04 13:39:57 +00:00
sys_controller_test.rb Can not use Project#find on scopes with Rails 3.1. 2012-02-25 12:57:30 +00:00
time_entry_reports_controller_test.rb Adds "Status" to the time report criteria (#9985). 2012-01-14 09:51:56 +00:00
timelog_controller_test.rb Display of multi custom fields. 2012-01-29 22:01:40 +00:00
trackers_controller_test.rb Sort values for assertion. 2012-03-05 19:54:03 +00:00
users_controller_test.rb Additional tests for UsersController. 2012-03-11 10:25:44 +00:00
versions_controller_test.rb Removed some generate! calls. 2012-03-04 12:29:52 +00:00
watchers_controller_test.rb Additional tests for WatchersController. 2012-04-06 16:55:53 +00:00
welcome_controller_test.rb Removed ApplicationControllerTest. 2012-01-03 17:51:09 +00:00
wiki_controller_test.rb Adds assertions on the content of a versioned wiki page export (#6941). 2012-04-06 15:31:06 +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