summaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Collapse)AuthorAgeFilesLines
...
* fix source indent of test/unit/lib/redmine/menu_manager/menu_helper_test.rbToshi MARUYAMA2020-10-261-73/+108
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20199 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of RepositorySubversionTestToshi MARUYAMA2020-10-241-14/+17
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20186 e93f8b46-1217-0410-a6f0-8f06a7374b81
* shorten long line of test/unit/issue_test.rbToshi MARUYAMA2020-10-241-4/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20177 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace gsub with tr, delete, or squeeze (#34161).Go MAEDA2020-10-245-6/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20176 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace Hash#merge! with Hash#[]= (#34160).Go MAEDA2020-10-242-17/+17
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20175 e93f8b46-1217-0410-a6f0-8f06a7374b81
* shorten long line of test/unit/issue_test.rbToshi MARUYAMA2020-10-221-2/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20166 e93f8b46-1217-0410-a6f0-8f06a7374b81
* shorten long line of TimeEntryQueryTestToshi MARUYAMA2020-10-221-6/+12
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20165 e93f8b46-1217-0410-a6f0-8f06a7374b81
* shorten long line of test/unit/query_test.rbToshi MARUYAMA2020-10-221-23/+120
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20164 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Style/RedundantCapitalW due to r20154 (#34142).Go MAEDA2020-10-221-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20155 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Drop Ruby 2.3 support (#34142).Go MAEDA2020-10-211-5/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20154 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add space after comma to FilesystemAdapterTestToshi MARUYAMA2020-10-051-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20127 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of RepositoryFilesystemTestToshi MARUYAMA2020-10-021-14/+13
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20103 e93f8b46-1217-0410-a6f0-8f06a7374b81
* When creating more than two identical attachments in a single transaction, ↵Go MAEDA2020-09-281-0/+17
| | | | | | | | | the first one always ends up unreadable (#33769). Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@20094 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of MercurialAdapterTestToshi MARUYAMA2020-09-241-32/+38
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20072 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix that updating time tracking activities in a project may take a long time ↵Go MAEDA2020-09-221-0/+20
| | | | | | | | | (#33289). Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@20066 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add space after comma to MercurialAdapterTestToshi MARUYAMA2020-09-171-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20042 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of MercurialAdapterTestToshi MARUYAMA2020-09-171-16/+17
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20041 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of BazaarAdapterTestToshi MARUYAMA2020-09-121-15/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20020 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rake tasks "db:encrypt" and "db:decrypt" may fail due to validation error ↵Go MAEDA2020-09-011-0/+9
| | | | | | | | | (#33926). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@19999 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Locked users in a group receive notifications when the group is added as a ↵Go MAEDA2020-09-011-1/+20
| | | | | | | | | watcher (#4511, #33935). Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@19998 e93f8b46-1217-0410-a6f0-8f06a7374b81
* 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-121-0/+17
| | | | | | | Patch by Junya Tomono and Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@19975 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 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
* 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
* 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
* 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
* 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 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
* 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
* 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
* 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
* Fix broken test due to r19868 (#31881).Go MAEDA2020-07-091-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19869 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add "behind-schedule" CSS class to issues (#31881).Go MAEDA2020-07-091-0/+5
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@19868 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Always preserve the tree structure in the project jump box (#32944).Go MAEDA2020-07-061-10/+2
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@19861 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ordering wiki pages should not be case sensitive (#31287).Go MAEDA2020-06-201-0/+10
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@19831 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Done ratio of a parent issue may be shown as 99% even though all subtasks ↵Go MAEDA2020-06-141-0/+10
| | | | | | | | | are completed (#33576). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@19818 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add S/MIME signature mail test (#31593)Toshi MARUYAMA2020-06-031-0/+16
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19808 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove unneeded literal interpolation from MailHandlerTestToshi MARUYAMA2020-06-031-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19807 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use "assert_not" instead of "refute" at ↵Toshi MARUYAMA2020-06-031-1/+1
| | | | | | MailHandlerTest#test_add_issue_with_private_keyword git-svn-id: http://svn.redmine.org/redmine/trunk@19806 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add parentheses to nested method call in ↵Toshi MARUYAMA2020-06-031-1/+1
| | | | | | MailHandlerTest#test_safe_receive_should_rescue_exceptions_and_return_false git-svn-id: http://svn.redmine.org/redmine/trunk@19805 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add fixtures for UserImportTest (#33102).Go MAEDA2020-06-021-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19802 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Import user accounts from CSV file (#33102).Go MAEDA2020-05-301-0/+162
| | | | | | | Patch by Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@19799 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix a RuboCop offense Layout/TrailingWhitespace due to r19766 (#27790).Go MAEDA2020-05-091-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19768 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: mercurial: add double quote branch and tag name to test repository (#27790)Toshi MARUYAMA2020-05-082-7/+15
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19766 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: mercurial: refactor MercurialAdapterTest#test_branches for easy adding ↵Toshi MARUYAMA2020-05-081-39/+39
| | | | | | new branch to test repository git-svn-id: http://svn.redmine.org/redmine/trunk@19764 e93f8b46-1217-0410-a6f0-8f06a7374b81