summaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Collapse)AuthorAgeFilesLines
* remove unneeded Relation#all from RepositorySubversionTestToshi MARUYAMA2014-01-091-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12577 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove unneeded Relation#all from RepositoryMercurialTestToshi MARUYAMA2014-01-091-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12576 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove unneeded Relation#all from RepositoryDarcsTestToshi MARUYAMA2014-01-091-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12575 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove unneeded Relation#all from RepositoryCvsTestToshi MARUYAMA2014-01-091-3/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12574 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove unneeded Relation#all from RepositoryBazaarTestToshi MARUYAMA2014-01-091-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12573 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated find_all_by_* at UserTestToshi MARUYAMA2014-01-091-5/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12571 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated Relation#first with finder options at WikiContentTestToshi MARUYAMA2014-01-091-4/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12565 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated Relation#first with finder options at UserTestToshi MARUYAMA2014-01-091-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12564 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove trailing white-spaces from RepositoryTestToshi MARUYAMA2014-01-091-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12561 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code format cleanup RepositoryTestToshi MARUYAMA2014-01-091-2/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12560 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated find_all_by_* at ProjectTestToshi MARUYAMA2014-01-091-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12559 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated find_all_by_* at RepositoryTestToshi MARUYAMA2014-01-091-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12558 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated Relation#update_all at RepositoryTestToshi MARUYAMA2014-01-091-4/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12557 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove unneeded Relation#all from ProjectTest#test_destroyToshi MARUYAMA2014-01-091-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12556 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated Relation#update_all at QueryTestToshi MARUYAMA2014-01-091-2/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12555 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated Relation#update_all at ProjectTestToshi MARUYAMA2014-01-091-2/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12554 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated Relation#update_all at WatcherTestToshi MARUYAMA2014-01-091-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12553 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated Relation#update_all at ProjectNestedSetTestToshi MARUYAMA2014-01-091-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12552 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated Relation#first with finder options at MailHandlerTestToshi MARUYAMA2014-01-091-3/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12551 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated Relation#first with finder options at CipheringTestToshi MARUYAMA2014-01-091-4/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12550 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated Relation#first with finder options at IssueTestToshi MARUYAMA2014-01-091-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12549 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated Relation#update_all at IssueTestToshi MARUYAMA2014-01-091-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12547 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated find_all_by_* at WikiPageTestToshi MARUYAMA2014-01-091-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12545 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code format cleanup ChangesetTestToshi MARUYAMA2014-01-091-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12543 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove unneeded Relation#all from ↵Toshi MARUYAMA2014-01-091-1/+1
| | | | | | ChangesetTest#test_ref_keywords_closing_with_timelog git-svn-id: http://svn.redmine.org/redmine/trunk@12539 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated Relation#first with finder options at ChangesetTestToshi MARUYAMA2014-01-091-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12538 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated find_all_by_* at WikiPageTestToshi MARUYAMA2014-01-081-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12535 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated Relation#update_all at GroupTestToshi MARUYAMA2014-01-081-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12530 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated Relation#update_all at IssueTestToshi MARUYAMA2014-01-081-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12527 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated Relation#first with finder options at ↵Toshi MARUYAMA2014-01-081-2/+2
| | | | | | IssueCategoryTest git-svn-id: http://svn.redmine.org/redmine/trunk@12525 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated Relation#first with finder options at WikiPageTestToshi MARUYAMA2014-01-081-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12516 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated Relation#first with finder options at ChangesetTestToshi MARUYAMA2014-01-081-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12514 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated Relation#first with finder options at AttachmentTestToshi MARUYAMA2014-01-081-2/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12500 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated find_all_by_* at ProjectTestToshi MARUYAMA2014-01-071-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12497 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated find_all_by_* at MessageTestToshi MARUYAMA2014-01-071-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12496 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated find_all_by_* at IssueTestToshi MARUYAMA2014-01-071-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12495 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add unit test to have one default repositoryToshi MARUYAMA2014-01-071-0/+25
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12492 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated Relation#update_all at application helper testToshi MARUYAMA2014-01-071-2/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12490 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use the mime-types gem for getting mime types from filenames (#15790).Jean-Philippe Lang2014-01-051-0/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12483 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed assertion for postgresql and sqlite (#8842).Jean-Philippe Lang2014-01-041-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12480 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed test failure with ruby1.8 (#8842).Jean-Philippe Lang2014-01-031-0/+14
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12479 e93f8b46-1217-0410-a6f0-8f06a7374b81
* support more character encoding in incoming emails (#15785)Toshi MARUYAMA2014-01-011-0/+17
| | | | | | | | | Supporting encodings of iconv on Ruby 1.8 depend on iconv implementation. glibc-common-2.12-1.132 on CentOS6 does not support ks_c_5601-1987. Contributed by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@12474 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: scm: reload repository after destroying changesets in incremental ↵Toshi MARUYAMA2013-12-295-0/+5
| | | | | | fetch test git-svn-id: http://svn.redmine.org/redmine/trunk@12472 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4 compatibility of RepositoryTestToshi MARUYAMA2013-12-271-4/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12470 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix find_all_by_id(n1, n2) parameter at ↵Toshi MARUYAMA2013-12-271-2/+4
| | | | | | | | test_member_of_scope_should_return_the_union_of_all_members of PrincipalTest find_all_by_id(n1, n2) returns only n1 result. git-svn-id: http://svn.redmine.org/redmine/trunk@12469 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix find_all_by_id(n1, n2) parameter at ↵Toshi MARUYAMA2013-12-271-3/+6
| | | | | | | | test_not_member_of_scope_should_return_users_that_have_no_memberships of PrincipalTest find_all_by_id(n1, n2) returns only n1 result. git-svn-id: http://svn.redmine.org/redmine/trunk@12468 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4 compatibility of ProjectTestToshi MARUYAMA2013-12-261-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12466 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove unneeded including ApplicationHelper from helper testsToshi MARUYAMA2013-12-266-10/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12463 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove unneeded 'redmine/field_format' requirement from FieldFormatTestToshi MARUYAMA2013-12-261-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12462 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix Pagination helper test class nameToshi MARUYAMA2013-12-261-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12460 e93f8b46-1217-0410-a6f0-8f06a7374b81