Redmine/test/functional
Jean-Philippe Lang 29fc292b18 Respond with 404 instead of 500 when requesting a wiki diff with invalid versions (#12434).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10877 e93f8b46-1217-0410-a6f0-8f06a7374b81
2012-11-24 12:27:00 +00:00
..
account_controller_openid_test.rb Fixed test case name. 2012-07-07 09:26:26 +00:00
account_controller_test.rb Preserve username when authentification failed (#11846). 2012-10-11 17:17:30 +00:00
activities_controller_test.rb Private issue notes (#1554). 2012-10-03 21:36:19 +00:00
admin_controller_test.rb Stub Mailer with mocha. 2012-05-06 08:43:44 +00:00
attachments_controller_test.rb set user preference diff type nil at functional tests 2012-09-28 02:02:30 +00:00
auth_sources_controller_test.rb Upgrade to Rails 3.2.8 (#11758). 2012-09-02 10:08:51 +00:00
auto_completes_controller_test.rb Adds autocomplete to issue field on time logging form. 2012-08-09 16:58:36 +00:00
boards_controller_test.rb Support for subforums (#3831). 2012-07-31 17:17:52 +00:00
calendars_controller_test.rb Removed some generate! calls. 2012-03-04 12:15:57 +00:00
comments_controller_test.rb Copyright update. 2012-05-05 12:56:53 +00:00
context_menus_controller_test.rb Test failure. 2012-07-08 17:10:58 +00:00
custom_fields_controller_test.rb Update the new custom field form with remotely. 2012-08-07 16:58:51 +00:00
documents_controller_test.rb add functional test to create non default document category (#11665) 2012-08-21 06:15:29 +00:00
enumerations_controller_test.rb Makes enumerations available through the REST API. 2012-10-17 17:29:27 +00:00
files_controller_test.rb Tests should not change settings. 2012-07-08 12:23:47 +00:00
gantts_controller_test.rb add copyright statement to test/functional/gantts_controller_test.rb 2012-07-21 07:12:18 +00:00
groups_controller_test.rb Fixed test/functional/groups_controller_test.rb breaking when run alone (#12285) 2012-11-01 11:58:45 +00:00
issue_categories_controller_test.rb Fixed some more test/functional/*_test.rb breaking when run alone (#12285) 2012-11-01 22:47:44 +00:00
issue_relations_controller_test.rb Test cleanup. 2012-07-19 17:07:43 +00:00
issue_statuses_controller_test.rb Fixed some more test/functional/*_test.rb breaking when run alone (#12285) 2012-11-01 22:47:44 +00:00
issues_controller_test.rb Ability to sort issues by grouped column (#3511). 2012-10-29 18:32:41 +00:00
issues_controller_transaction_test.rb Test moved to tests with transactional fixtures disabled. 2012-10-13 08:03:19 +00:00
journals_controller_test.rb Private issue notes (#1554). 2012-10-03 21:36:19 +00:00
mail_handler_controller_test.rb Fixed test/functional/mail_handler_controller_test.rb breaking when run alone (#12285) 2012-11-01 13:20:42 +00:00
members_controller_test.rb Removes RJS from MembersController. 2012-07-21 06:35:11 +00:00
messages_controller_test.rb Removes RJS from MessagesController. 2012-07-19 18:23:45 +00:00
my_controller_test.rb Upgrade to Rails 3.2.8 (#11758). 2012-09-02 10:08:51 +00:00
news_controller_test.rb Upgrade to Rails 3.2.8 (#11758). 2012-09-02 10:08:51 +00:00
previews_controller_test.rb Fixed that issue notes preview is broken by r10547 (#1554). 2012-10-09 19:11:49 +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 Issues assigned to a locked/closed version are now copied (#11207). 2012-09-09 11:04:55 +00:00
queries_controller_test.rb Fixed some more test/functional/*_test.rb breaking when run alone (#12285) 2012-11-01 22:47:44 +00:00
reports_controller_test.rb Reversed order of priorities on the issue summary page (#11205). 2012-06-20 19:24:58 +00:00
repositories_bazaar_controller_test.rb Copyright update. 2012-05-05 12:56:53 +00:00
repositories_controller_test.rb Removes RJS from RepositoriesController. 2012-07-19 17:27:14 +00:00
repositories_cvs_controller_test.rb Use assert_select instead of assert_tag. 2012-07-28 18:16:55 +00:00
repositories_darcs_controller_test.rb Copyright update. 2012-05-05 12:56:53 +00:00
repositories_filesystem_controller_test.rb Copyright update. 2012-05-05 12:56:53 +00:00
repositories_git_controller_test.rb fix "Page not found" on OK button in SCM "View all revisions" page (#12196) 2012-10-24 09:24:30 +00:00
repositories_mercurial_controller_test.rb use git diff format for all diff (#11868) 2012-09-19 02:29:11 +00:00
repositories_subversion_controller_test.rb Remove trailing (revision nn) from filenames in subversion diffs. 2012-09-18 19:44:08 +00:00
roles_controller_test.rb Anonymous users should always see public issues only (#11872). 2012-09-20 19:26:58 +00:00
search_controller_test.rb Fixed some more test/functional/*_test.rb breaking when run alone (#12285) 2012-11-01 22:47:44 +00:00
sessions_test.rb Fixed test/functional/sessions_test.rb breaking when run alone (#12285) 2012-11-01 13:23:57 +00:00
settings_controller_test.rb Fixed that settings raises an error if not trackers exist (#11467). 2012-07-21 15:43:44 +00:00
sys_controller_test.rb Tests should not change settings. 2012-07-08 12:23:47 +00:00
time_entry_reports_controller_test.rb Fixed that time report raises a SQL error if there are multiple CustomValue for a time entry (#11160). 2012-06-14 10:47:04 +00:00
timelog_controller_test.rb Add "last 2 weeks" preset to time entries reporting (#11862). 2012-10-09 17:40:00 +00:00
trackers_controller_test.rb Adds a view for editing all trackers fields. 2012-09-02 16:55:16 +00:00
users_controller_test.rb Fixed that destroying a user from the edit page returns a 404 response (#11691). 2012-08-26 10:50:59 +00:00
versions_controller_test.rb Issues by Category should show tasks without category (#8106). 2012-10-30 14:24:33 +00:00
watchers_controller_test.rb JQuery in, Prototype/Scriptaculous out (#11445). 2012-07-22 13:29:26 +00:00
welcome_controller_test.rb Fixed test/functional/welcome_controller_test.rb breaking when run alone (#12285) 2012-11-01 13:26:50 +00:00
wiki_controller_test.rb Respond with 404 instead of 500 when requesting a wiki diff with invalid versions (#12434). 2012-11-24 12:27:00 +00:00
wikis_controller_test.rb Upgrade to Rails 3.2.8 (#11758). 2012-09-02 10:08:51 +00:00
workflows_controller_test.rb Don't show "Required" option for standard/custom fields that are always required. 2012-07-16 16:33:27 +00:00