summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Show open/closed badge in email notifications (#33834).Go MAEDA2020-08-211-0/+10
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@19982 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Starting or ending marker is not displayed if they are on the leftmost or ↵Go MAEDA2020-08-121-0/+6
| | | | | | | | | rightmost boundary of the gantt (#33175). Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@19976 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that Issues API bypasses add_issue_notes permission (#33689).Go MAEDA2020-08-122-0/+35
| | | | | | | Patch by Junya Tomono and Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@19975 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add assert_select of button at IssuesControllerTest#test_get_bulk_editToshi MARUYAMA2020-08-091-0/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19974 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of test/integration/api_test/groups_test.rbToshi MARUYAMA2020-08-091-6/+18
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19967 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of GitAdapterTestToshi MARUYAMA2020-08-091-5/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19966 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of TrackersControllerTestToshi MARUYAMA2020-08-091-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19965 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of MailHandlerTestToshi MARUYAMA2020-08-091-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19963 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add space after comma to MailHandlerTestToshi MARUYAMA2020-08-091-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19962 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add assert_select of form to ↵Toshi MARUYAMA2020-08-071-3/+5
| | | | | | IssuesControllerTest#test_get_bulk_copy_without_add_issues_permission_should_not_propose_current_project_as_target git-svn-id: http://svn.redmine.org/redmine/trunk@19958 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of GitAdapterTestToshi MARUYAMA2020-08-071-3/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19957 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of test/integration/api_test/issue_relations_test.rbToshi MARUYAMA2020-08-071-2/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19956 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add space after comma to GitAdapterTestToshi MARUYAMA2020-08-071-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19952 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add space after comma to test/integration/api_test/projects_test.rbToshi MARUYAMA2020-08-071-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19950 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add space after comma to test/integration/api_test/memberships_test.rbToshi MARUYAMA2020-08-071-6/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19949 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of GitAdapterTestToshi MARUYAMA2020-08-071-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19946 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing fixture to TimelogControllerTest (#33785).Go MAEDA2020-08-021-1/+1
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@19944 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing fixture to UsersControllerTest (#33786).Go MAEDA2020-08-021-1/+1
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@19943 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Redmine::ApiTest::UsersTest fails if config.time_zone is set (#33592, #33787).Go MAEDA2020-08-021-2/+2
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@19942 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Include updated_on and passwd_changed_on columns in API response (#33592).Go MAEDA2020-07-281-2/+25
| | | | | | | Patch by vzvu 3k6k and Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@19940 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Gantt bar is not displayed if the due date is the leftmost date or the start ↵Go MAEDA2020-07-251-0/+26
| | | | | | | | | date is the rightmost date (#33140). Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@19935 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add assert_select of form to IssuesControllerTest#test_get_bulk_copyToshi MARUYAMA2020-07-211-3/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19934 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add space after comma to RepositoryMercurialTestToshi MARUYAMA2020-07-211-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19933 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of BazaarAdapterTestToshi MARUYAMA2020-07-211-3/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19930 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of IssuesControllerTestToshi MARUYAMA2020-07-211-10/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19929 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of RepositoryGitTestToshi MARUYAMA2020-07-211-6/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19925 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add attachments existence assertion to IssuesControllerTest#test_get_bulk_copyToshi MARUYAMA2020-07-191-0/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19920 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of test/integration/api_test/attachments_test.rbToshi MARUYAMA2020-07-191-4/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19919 e93f8b46-1217-0410-a6f0-8f06a7374b81
* shorten long line of IssuesControllerTestToshi MARUYAMA2020-07-191-5/+12
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19918 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of test/unit/attachment_test.rbToshi MARUYAMA2020-07-191-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19915 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add space after comma to test/unit/query_test.rbToshi MARUYAMA2020-07-191-16/+16
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19914 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add more assert_equal to IssuesSystemTest#test_bulk_copyToshi MARUYAMA2020-07-151-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19911 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of ApplicationHelperTest#test_html_tagsToshi MARUYAMA2020-07-151-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19910 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of ApplicationHelperTest#test_allowed_html_tagsToshi MARUYAMA2020-07-151-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19909 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of ApplicationHelperTest#test_text_formattingToshi MARUYAMA2020-07-151-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19908 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of ApplicationHelperTest#test_render_page_hierarchyToshi MARUYAMA2020-07-151-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19907 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of ↵Toshi MARUYAMA2020-07-151-1/+1
| | | | | | ApplicationHelperTest#test_render_page_hierarchy_with_timestamp git-svn-id: http://svn.redmine.org/redmine/trunk@19906 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of ↵Toshi MARUYAMA2020-07-151-1/+1
| | | | | | ApplicationHelperTest#test_render_page_hierarchy_when_action_is_export git-svn-id: http://svn.redmine.org/redmine/trunk@19905 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of ApplicationHelperTest#test_due_date_distance_in_wordsToshi MARUYAMA2020-07-151-8/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19904 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add "Copy and follow" flow to bulk_copy system testToshi MARUYAMA2020-07-121-0/+30
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19898 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of RepositoryBazaarTestToshi MARUYAMA2020-07-121-2/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19896 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of ↵Toshi MARUYAMA2020-07-121-1/+1
| | | | | | ApplicationHelperTest#test_principals_check_box_tag_without_avatar git-svn-id: http://svn.redmine.org/redmine/trunk@19895 e93f8b46-1217-0410-a6f0-8f06a7374b81
* wait for ajax response in IssuesSystemTest#test_bulk_edit as same with ↵Toshi MARUYAMA2020-07-111-4/+6
| | | | | | IssuesSystemTest#test_bulk_copy git-svn-id: http://svn.redmine.org/redmine/trunk@19891 e93f8b46-1217-0410-a6f0-8f06a7374b81
* wait for ajax response to prevent random failure in ↵Toshi MARUYAMA2020-07-111-2/+3
| | | | | | IssuesSystemTest#test_bulk_copy git-svn-id: http://svn.redmine.org/redmine/trunk@19890 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add bulk copy issues system testToshi MARUYAMA2020-07-111-0/+27
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19884 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add surrounding '+' operator spaces to IssuesControllerTest#"bulk copy ↵Toshi MARUYAMA2020-07-111-1/+1
| | | | | | should allow copying the subtasks" git-svn-id: http://svn.redmine.org/redmine/trunk@19883 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add surrounding '+' operator spaces to ↵Toshi MARUYAMA2020-07-111-1/+1
| | | | | | IssuesControllerTest#test_bulk_copy_should_not_copy_selected_subtasks_twice git-svn-id: http://svn.redmine.org/redmine/trunk@19882 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing fixture to Redmine::ApiTest::ProjectsTest (#33700).Go MAEDA2020-07-091-1/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@19877 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add "Move and follow" flow to bulk_edit system testToshi MARUYAMA2020-07-091-0/+36
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19876 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indents of test/functional/auth_sources_controller_test.rbToshi MARUYAMA2020-07-091-5/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19870 e93f8b46-1217-0410-a6f0-8f06a7374b81