summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* shorten long line of test/unit/lib/redmine/menu_manager/menu_item_test.rbToshi MARUYAMA2020-11-131-27/+29
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20354 e93f8b46-1217-0410-a6f0-8f06a7374b81
* shorten long line of test/integration/sudo_mode_test.rbToshi MARUYAMA2020-11-131-3/+30
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20353 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of test/integration/sudo_mode_test.rbToshi MARUYAMA2020-11-131-19/+37
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20352 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Include twofa_scheme (two-factor scheme) column when exporting users to CSV ↵Go MAEDA2020-11-131-6/+13
| | | | | | | | | (#34241). Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@20350 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove unused instance variable from ↵Toshi MARUYAMA2020-11-121-2/+3
| | | | | | VersionsControllerTest#test_index_showing_subprojects_versions git-svn-id: http://svn.redmine.org/redmine/trunk@20349 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of QueriesControllerTestToshi MARUYAMA2020-11-121-5/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20348 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of test/unit/issue_import_test.rbToshi MARUYAMA2020-11-121-41/+41
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20347 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of SessionsControllerTestToshi MARUYAMA2020-11-121-17/+27
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20339 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of GanttsControllerTestToshi MARUYAMA2020-11-121-21/+27
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20338 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Move the "Private" badge next to the "Open/Closed" badge (#33832).Go MAEDA2020-11-111-0/+8
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@20334 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add cross project version calendar functional testToshi MARUYAMA2020-11-101-0/+22
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20333 e93f8b46-1217-0410-a6f0-8f06a7374b81
* shorten long line of test/unit/lib/redmine/views/builders/json_test.rbToshi MARUYAMA2020-11-101-2/+18
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20322 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add version calendar functional testToshi MARUYAMA2020-11-091-1/+21
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20320 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add issue due date calendar functional testToshi MARUYAMA2020-11-081-0/+21
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20306 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of IssuesCustomFieldsVisibilityTestToshi MARUYAMA2020-11-081-41/+62
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20297 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of PreviewsControllerTestToshi MARUYAMA2020-11-081-6/+24
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20296 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of IssueRelationsControllerTestToshi MARUYAMA2020-11-081-21/+39
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20295 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add my page calendar functional testToshi MARUYAMA2020-11-061-0/+27
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20280 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of PrincipalMembershipsControllerTestToshi MARUYAMA2020-11-061-32/+76
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20271 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of EmailAddressesControllerTestToshi MARUYAMA2020-11-061-29/+57
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20270 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of VersionsCustomFieldsVisibilityTestToshi MARUYAMA2020-11-061-6/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20269 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add calendar assertion to CalendarsControllerTest#test_cross_project_calendarToshi MARUYAMA2020-11-051-0/+15
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20268 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of BoardsControllerTestToshi MARUYAMA2020-11-051-21/+80
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20257 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove start date assertion from CalendarsControllerTest#test_showToshi MARUYAMA2020-11-051-4/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20256 e93f8b46-1217-0410-a6f0-8f06a7374b81
* more strictly start date assertion at CalendarsControllerTest#test_showToshi MARUYAMA2020-11-041-3/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20254 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add space after comma to test/unit/member_test.rbToshi MARUYAMA2020-11-041-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20249 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add space after comma to IssuesCustomFieldsVisibilityTestToshi MARUYAMA2020-11-041-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20247 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add space after comma to QueriesControllerTestToshi MARUYAMA2020-11-041-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20246 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add space after comma to test/unit/lib/redmine/field_format/list_format_test.rbToshi MARUYAMA2020-11-041-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20245 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add space after comma to test/unit/auth_source_ldap_test.rbToshi MARUYAMA2020-11-041-6/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20244 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add space after comma to test/unit/mailer_test.rbToshi MARUYAMA2020-11-041-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20243 e93f8b46-1217-0410-a6f0-8f06a7374b81
* MessagesControllerTest#test_post_new randomly fails (#34169).Go MAEDA2020-11-041-2/+3
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@20242 e93f8b46-1217-0410-a6f0-8f06a7374b81
* more strictly start date assertion at CalendarsControllerTest#test_showToshi MARUYAMA2020-11-031-9/+13
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20241 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add start date to assert_select of CalendarsControllerTest#test_showToshi MARUYAMA2020-11-031-9/+14
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20240 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add text to assert_select of CalendarsControllerTest#test_showToshi MARUYAMA2020-10-281-1/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20228 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of AuthSourcesControllerTestToshi MARUYAMA2020-10-281-13/+52
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20222 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of ContextMenusControllerTestToshi MARUYAMA2020-10-281-28/+76
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20221 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of CustomFieldEnumerationsControllerTestToshi MARUYAMA2020-10-281-8/+28
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20220 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of CustomFieldsControllerTestToshi MARUYAMA2020-10-281-27/+105
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20219 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of TimelogControllerTestToshi MARUYAMA2020-10-281-42/+73
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20218 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use with_settings at ↵Toshi MARUYAMA2020-10-271-6/+7
| | | | | | IssuesControllerTest#test_index_with_project_and_subprojects_should_show_private_subprojects_with_permission git-svn-id: http://svn.redmine.org/redmine/trunk@20216 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of RepositoryGitTestToshi MARUYAMA2020-10-271-45/+55
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20212 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of test/unit/time_entry_test.rbToshi MARUYAMA2020-10-271-19/+19
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20211 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of MailHandlerTestToshi MARUYAMA2020-10-271-175/+220
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20210 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of AttachmentTestToshi MARUYAMA2020-10-271-17/+26
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20209 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of test/unit/version_test.rbToshi MARUYAMA2020-10-271-5/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20206 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use with_settings at ↵Toshi MARUYAMA2020-10-261-6/+7
| | | | | | IssuesControllerTest#test_index_with_project_and_subprojects git-svn-id: http://svn.redmine.org/redmine/trunk@20204 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of IssuesControllerTransactionTestToshi MARUYAMA2020-10-261-22/+50
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20203 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of DocumentsControllerTestToshi MARUYAMA2020-10-261-26/+56
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20202 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of test/unit/query_test.rbToshi MARUYAMA2020-10-261-6/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20201 e93f8b46-1217-0410-a6f0-8f06a7374b81