summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* Rails4: fix time related git unit test failureToshi MARUYAMA2014-02-151-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12900 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that collapse macro with headings breaks the table of contents (#16077).Jean-Philippe Lang2014-02-151-0/+16
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12899 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: Export CSV - Custom field true/false not using translation (#16081).Jean-Philippe Lang2014-02-152-0/+22
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12896 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use escaped "Can't" constant at MailerTestToshi MARUYAMA2014-02-141-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12883 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: fix time related git adapter test failuresToshi MARUYAMA2014-02-141-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12882 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add missing fixtures to TimeEntryReportsControllerTestToshi MARUYAMA2014-02-141-1/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12880 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: fix PreviewsControllerTest assert_template failuresToshi MARUYAMA2014-02-131-3/+3
| | | | | | | | | | <pre> 1) Failure: PreviewsControllerTest#test_preview_issue_notes [test/functional/previews_controller_test.rb:44]: expecting <"preview"> but rendering with <["previews/issue"]> </pre> git-svn-id: http://svn.redmine.org/redmine/trunk@12879 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace hard-coded html with class at ↵Toshi MARUYAMA2014-02-131-17/+67
| | | | | | | | ApplicationHelperTest#test_wiki_links See r12784 comment. git-svn-id: http://svn.redmine.org/redmine/trunk@12877 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace hard-coded html with class at ↵Toshi MARUYAMA2014-02-131-6/+18
| | | | | | | | Redmine::WikiFormatting::MacrosTest See r12784 comment. git-svn-id: http://svn.redmine.org/redmine/trunk@12876 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace hard-coded html with class at IssuesHelperTestToshi MARUYAMA2014-02-111-3/+7
| | | | | | See r12784 comment. git-svn-id: http://svn.redmine.org/redmine/trunk@12872 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test failure with Postgresql+ruby1.8 (#2549).Jean-Philippe Lang2014-02-091-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12870 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Makes #watcher_link return an empty string when given nil.Jean-Philippe Lang2014-02-091-0/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12869 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Enable the watching of news (#2549).Jean-Philippe Lang2014-02-092-0/+32
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12866 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of ApplicationHelperTestToshi MARUYAMA2014-02-071-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12857 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Project.activities should always return a ActiveRecord::Relation (#15983).Jean-Philippe Lang2014-02-071-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12854 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show tabs for existing custom field types only and adds a view for choosing ↵Jean-Philippe Lang2014-02-071-2/+19
| | | | | | the type when adding a new custom field. git-svn-id: http://svn.redmine.org/redmine/trunk@12849 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Make sure that Repository#extra_info returns a Hash or nil (#16032).Jean-Philippe Lang2014-02-061-0/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12848 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix wrong issue 'assigned-to-my-group' css class (#16038)Toshi MARUYAMA2014-02-061-10/+13
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12844 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace hard-coded html with class at ↵Toshi MARUYAMA2014-02-061-18/+52
| | | | | | | | ApplicationHelperTest#test_wiki_links_within_wiki_page_context See r12784 comment. git-svn-id: http://svn.redmine.org/redmine/trunk@12843 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use escaped "Can't" constant at IssuesHelperTestToshi MARUYAMA2014-02-061-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12842 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: add ApplicationHelper#truncate_single_line_raw method replacing ↵Toshi MARUYAMA2014-02-061-3/+3
| | | | | | truncate_single_line git-svn-id: http://svn.redmine.org/redmine/trunk@12830 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add tests of ApplicationHelper#link_to_issue subject and titleToshi MARUYAMA2014-02-061-0/+35
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12829 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace hard-coded html with class at ↵Toshi MARUYAMA2014-02-061-2/+10
| | | | | | | | ApplicationHelperTest#test_pre_content_should_not_parse_wiki_and_redmine_links See r12784 comment. git-svn-id: http://svn.redmine.org/redmine/trunk@12828 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace hard-coded html with class at ↵Toshi MARUYAMA2014-02-061-1/+2
| | | | | | | | ApplicationHelperTest#test_link_to_user_should_link_to_locked_user_if_current_user_is_admin See r12784 comment. git-svn-id: http://svn.redmine.org/redmine/trunk@12827 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace hard-coded html with class at ↵Toshi MARUYAMA2014-02-061-1/+2
| | | | | | | | ApplicationHelperTest#test_link_to_user See r12784 comment. git-svn-id: http://svn.redmine.org/redmine/trunk@12826 e93f8b46-1217-0410-a6f0-8f06a7374b81
* do stricter ApplicationHelperTest#test_truncate_single_lineToshi MARUYAMA2014-02-061-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12825 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add tests of ApplicationHelper#truncate_single_lineToshi MARUYAMA2014-02-061-0/+18
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12824 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace hard-coded html with class at ↵Toshi MARUYAMA2014-02-051-12/+35
| | | | | | | | ApplicationHelperTest#test_wiki_links_anchor_option_should_prepend_page_title_to_href See r12784 comment. git-svn-id: http://svn.redmine.org/redmine/trunk@12823 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace hard-coded html with class at ↵Toshi MARUYAMA2014-02-051-1/+2
| | | | | | | | ApplicationHelperTest#test_link_to_project See r12784 comment. git-svn-id: http://svn.redmine.org/redmine/trunk@12822 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace hard-coded html with class at ↵Toshi MARUYAMA2014-02-051-1/+2
| | | | | | | | ApplicationHelperTest#test_link_to_attachment See r12784 comment. git-svn-id: http://svn.redmine.org/redmine/trunk@12821 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace hard-coded html with class at ↵Toshi MARUYAMA2014-02-051-2/+4
| | | | | | | | ApplicationHelperTest#test_cross_project_redmine_links See r12784 comment. git-svn-id: http://svn.redmine.org/redmine/trunk@12820 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code format clean up ApplicationHelperTest#test_cross_project_redmine_linksToshi MARUYAMA2014-02-051-7/+12
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12819 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace hard-coded html with class at ↵Toshi MARUYAMA2014-02-051-4/+7
| | | | | | | | ApplicationHelperTest#test_attachment_links See r12784 comment. git-svn-id: http://svn.redmine.org/redmine/trunk@12813 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace hard-coded html with class at ↵Toshi MARUYAMA2014-02-051-3/+4
| | | | | | | | ApplicationHelperTest#test_attachment_link_should_link_to_latest_attachment See r12784 comment. git-svn-id: http://svn.redmine.org/redmine/trunk@12812 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace hard-coded html with class at ↵Toshi MARUYAMA2014-02-051-6/+8
| | | | | | | | ApplicationHelperTest#test_wiki_links_in_tables See r12784 comment. git-svn-id: http://svn.redmine.org/redmine/trunk@12811 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use escaped "Can't" constant at ApplicationHelperTestToshi MARUYAMA2014-02-051-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12807 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace hard-coded html with class at ↵Toshi MARUYAMA2014-02-051-3/+4
| | | | | | | | ApplicationHelperTest#test_redmine_links_with_a_different_project_before_current_project See r12784 comment. git-svn-id: http://svn.redmine.org/redmine/trunk@12806 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use escaped "Can't" constant at IssueStatusesControllerTestToshi MARUYAMA2014-02-041-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12805 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use escaped "can't" constant at IssueStatusesControllerTestToshi MARUYAMA2014-02-041-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12804 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use escaped "can't" constant at NewsControllerTestToshi MARUYAMA2014-02-041-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12803 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use escaped "can't" constant at ProjectsControllerTestToshi MARUYAMA2014-02-041-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12802 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use escaped "can't" constant at AuthSourcesControllerTestToshi MARUYAMA2014-02-041-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12801 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: fix "assert_template 'calendar'" fails at CalendarsControllerTestToshi MARUYAMA2014-02-041-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12800 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: use "assert_template 'context_menus/time_entries'" at ↵Toshi MARUYAMA2014-02-041-2/+2
| | | | | | | | ContextMenusControllerTest This asserting does not fail, but use same logic with "assert_template 'context_menus/issues'" git-svn-id: http://svn.redmine.org/redmine/trunk@12799 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: fix "assert_template 'context_menu'" fails at ContextMenusControllerTestToshi MARUYAMA2014-02-041-6/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12798 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code format clean up ProjectsControllerTestToshi MARUYAMA2014-02-041-2/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12796 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code format clean up AuthSourcesControllerTestToshi MARUYAMA2014-02-041-4/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12795 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use escaped "Can't" constant at TrackersControllerTestToshi MARUYAMA2014-02-041-5/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12794 e93f8b46-1217-0410-a6f0-8f06a7374b81
* define constant of escaped "Can't" for testsToshi MARUYAMA2014-02-041-2/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12793 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use escaped "can't" constant at TrackersControllerTestToshi MARUYAMA2014-02-041-6/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12792 e93f8b46-1217-0410-a6f0-8f06a7374b81