summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* remove duplicate fixtures from test/functional/issue_moves_controller_test.rbToshi MARUYAMA2011-09-251-2/+1
* remove duplicate fixtures from test/functional/files_controller_test.rbToshi MARUYAMA2011-09-251-1/+0
* remove duplicate fixtures from test/unit/member_test.rbToshi MARUYAMA2011-09-251-1/+0
* remove duplicate fixtures from test/functional/previews_controller_test.rbToshi MARUYAMA2011-09-251-2/+1
* Rails3: replace "all" fixtures at test/functional/project_enumerations_contro...Toshi MARUYAMA2011-09-251-1/+11
* Rails3: replace "all" fixtures at test/functional/gantts_controller_test.rbToshi MARUYAMA2011-09-251-1/+9
* Rails3: replace "all" fixtures at test/functional/reports_controller_test.rbToshi MARUYAMA2011-09-251-1/+9
* Rails3: replace "all" fixtures at test/functional/files_controller_test.rbToshi MARUYAMA2011-09-251-1/+12
* Rails3: replace "all" fixtures at test/functional/issue_moves_controller_test.rbToshi MARUYAMA2011-09-251-1/+10
* Rails3: replace "all" fixtures at test/functional/previews_controller_test.rbToshi MARUYAMA2011-09-251-1/+10
* Rails3: replace "all" fixtures at test/integration/lib/redmine/menu_manager_t...Toshi MARUYAMA2011-09-251-1/+8
* Rails3: replace "all" fixtures at test/integration/api_test/token_authenticat...Toshi MARUYAMA2011-09-251-1/+8
* Rails3: replace "all" fixtures at test/integration/api_test/http_basic_login_...Toshi MARUYAMA2011-09-251-1/+8
* Rails3: replace "all" fixtures at test/integration/api_test/http_basic_login_...Toshi MARUYAMA2011-09-251-1/+8
* Rails3: replace "all" fixtures at test/integration/api_test/disabled_rest_api...Toshi MARUYAMA2011-09-251-1/+8
* remove fixtures from test/functional/ldap_auth_sources_controller.rbToshi MARUYAMA2011-09-251-1/+0
* replace 'require' at test/functional/ldap_auth_sources_controller.rb for runn...Toshi MARUYAMA2011-09-251-1/+1
* Rails3: replace "all" fixtures at test/unit/member_test.rbToshi MARUYAMA2011-09-251-1/+15
* Rails3: replace "all" fixtures at test/unit/group_test.rbToshi MARUYAMA2011-09-251-1/+9
* remove fixtures from test/integration/lib/redmine/themes_test.rbToshi MARUYAMA2011-09-251-1/+0
* Rails3: replace "all" fixtures at test/integration/api_test/queries_test.rbToshi MARUYAMA2011-09-251-1/+9
* Rails3: replace "all" fixtures at test/integration/api_test/versions_test.rbToshi MARUYAMA2011-09-251-1/+9
* Rails3: replace "all" fixtures at test/integration/api_test/news_test.rbToshi MARUYAMA2011-09-241-1/+9
* Rails3: replace "all" fixtures at test/integration/api_test/attachments_test.rbToshi MARUYAMA2011-09-241-1/+9
* Rails3: replace "all" fixtures at test/unit/project_test.rbToshi MARUYAMA2011-09-241-1/+12
* Rails3: replace "all" fixtures at test/integration/api_test/issue_relations_t...Toshi MARUYAMA2011-09-241-1/+9
* Rails3: replace "all" fixtures at test/integration/api_test/time_entries_test.rbToshi MARUYAMA2011-09-241-1/+9
* code layout clean up of test_reply_posted_message_id at test/unit/mailer_test.rbToshi MARUYAMA2011-09-241-1/+3
* code layout clean up of test_message_posted_message_id at test/unit/mailer_te...Toshi MARUYAMA2011-09-241-1/+3
* code layout clean up of test_generated_links_with_prefix_and_no_relative_url_...Toshi MARUYAMA2011-09-241-3/+11
* code layout clean up of test_generated_links_with_prefix at test/unit/mailer_...Toshi MARUYAMA2011-09-241-3/+11
* code layout clean up of test_generated_links_in_emails at test/unit/mailer_te...Toshi MARUYAMA2011-09-241-3/+11
* Rails3: replace "all" fixtures at test/unit/mailer_test.rbToshi MARUYAMA2011-09-241-1/+7
* Rails3: replace "all" fixtures at test/integration/layout_test.rbToshi MARUYAMA2011-09-241-1/+8
* code layout clean up of "Add a user as an anonymous user should fail" at test...Toshi MARUYAMA2011-09-241-1/+3
* code layout clean up of test_add_user at test/integration/admin_test.rbToshi MARUYAMA2011-09-241-1/+5
* Rails3: replace "all" fixtures at test/integration/admin_test.rbToshi MARUYAMA2011-09-241-1/+8
* Rails3: replace "all" fixtures at test/unit/helpers/issues_helper_test.rbToshi MARUYAMA2011-09-241-1/+8
* Rails3: replace "all" fixtures at test/integration/application_test.rbToshi MARUYAMA2011-09-241-1/+8
* Rails3: replace "all" fixtures at test/functional/calendars_controller_test.rbToshi MARUYAMA2011-09-241-1/+8
* Rails3: replace "all" fixtures at test/functional/context_menus_controller_te...Toshi MARUYAMA2011-09-241-1/+14
* Rails3: replace "all" fixtures at test/functional/auto_completes_controller_t...Toshi MARUYAMA2011-09-241-1/+11
* remove fixtures from test/functional/auth_sources_controller_test.rbToshi MARUYAMA2011-09-241-1/+0
* Rails3: replace "all" fixtures at test/functional/activities_controller_test.rbToshi MARUYAMA2011-09-241-1/+12
* remove hard-coded '.rxml' from "test_index_atom_feed" of functional activitie...Toshi MARUYAMA2011-09-241-1/+1
* Rails3: replace "all" fixtures at test/unit/helpers/projects_helper_test.rbToshi MARUYAMA2011-09-231-1/+9
* code layout clean up of test_should_close_duplicates at test/unit/issue_test.rbToshi MARUYAMA2011-09-231-1/+3
* code layout clean up of test_should_not_close_duplicated_issue at test/unit/i...Toshi MARUYAMA2011-09-231-1/+3
* code layout clean up of test_create_should_send_email_notification at test/un...Toshi MARUYAMA2011-09-231-1/+4
* code layout clean up of test_all_dependent_issues at test/unit/issue_test.rbToshi MARUYAMA2011-09-231-3/+9