summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* use ActionView::TestCase instead of HelperTestCase at projects_helper_test.rb.Toshi MARUYAMA2011-06-221-1/+1
* use ActionView::TestCase instead of HelperTestCase at custom_fields_helper_te...Toshi MARUYAMA2011-06-221-1/+1
* use ActiveSupport::TestCase instead of HelperTestCase at test/unit/lib/redmin...Toshi MARUYAMA2011-06-221-1/+1
* use ActiveSupport::TestCase instead of HelperTestCase at test/unit/lib/redmin...Toshi MARUYAMA2011-06-221-1/+1
* scm: use ActionView::TestCase instead of HelperTestCase at repository_helper_...Toshi MARUYAMA2011-06-221-3/+3
* replace RAILS_ROOT to Rails.root at test/test_helper.rb.Toshi MARUYAMA2011-06-201-5/+5
* Added a test to ensure 'Project' column can be removed on issues list (#8411)Jean-Baptiste Barth2011-06-201-0/+6
* Added Project#enable_module! and Project#disable_module! (#7115)Jean-Baptiste Barth2011-06-191-0/+48
* replace RAILS_ROOT to Rails.root at test/unit/lib/redmine/hook_test.rb.Toshi MARUYAMA2011-06-171-1/+1
* back out r6089.Toshi MARUYAMA2011-06-171-23/+23
* replace RAILS_ROOT to Rails.root at test/unit/lib/redmine/hook_test.rb.Toshi MARUYAMA2011-06-171-8/+8
* replace RAILS_ROOT to Rails.root in test/test_helper.rb.Toshi MARUYAMA2011-06-161-4/+6
* back out r6078.Toshi MARUYAMA2011-06-161-2/+3
* replace RAILS_ROOT to Rails.root in test/fixtures/repositories.yml.Toshi MARUYAMA2011-06-161-2/+2
* replace RAILS_ROOT to Rails.root in test/test_helper.rb.Toshi MARUYAMA2011-06-161-3/+2
* replace RAILS_ROOT to Rails.root in functional attachments controller test.Toshi MARUYAMA2011-06-161-1/+1
* replace RAILS_ROOT to Rails.root if functional application controller test.Toshi MARUYAMA2011-06-161-1/+1
* Do not cache I18n strings when truncating a long diff (#5089).Jean-Baptiste Barth2011-06-131-0/+31
* Do not show inactive document categories where not necessary (#8573).Jean-Baptiste Barth2011-06-132-0/+9
* Do not show inactive issue priorities where not necessary (#8573).Jean-Baptiste Barth2011-06-134-0/+51
* scm: cvs: replace RAILS_ROOT to Rails.root in functional test.Toshi MARUYAMA2011-06-101-3/+3
* scm: cvs: replace RAILS_ROOT to Rails.root in unit model test.Toshi MARUYAMA2011-06-101-2/+1
* scm: cvs: replace RAILS_ROOT to Rails.root in unit adapter test.Toshi MARUYAMA2011-06-101-2/+1
* scm: bazaar: replace RAILS_ROOT to Rails.root in functional test.Toshi MARUYAMA2011-06-101-3/+1
* scm: bazaar: replace RAILS_ROOT to Rails.root in unit model test.Toshi MARUYAMA2011-06-101-3/+1
* scm: bazaar: replace RAILS_ROOT to Rails.root in unit adapter test.Toshi MARUYAMA2011-06-101-3/+1
* scm: filesystem: replace RAILS_ROOT to Rails.root in functional test.Toshi MARUYAMA2011-06-101-3/+3
* scm: filesystem: replace RAILS_ROOT to Rails.root in unit model test.Toshi MARUYAMA2011-06-101-2/+1
* scm: filesystem: replace RAILS_ROOT to Rails.root in unit adapter test.Toshi MARUYAMA2011-06-101-2/+1
* scm: mercurial: replace RAILS_ROOT to Rails.root in functional test.Toshi MARUYAMA2011-06-101-4/+3
* scm: mercurial: replace RAILS_ROOT to Rails.root in unit model test.Toshi MARUYAMA2011-06-101-5/+2
* scm: mercurial: replace RAILS_ROOT to Rails.root in unit adapter test.Toshi MARUYAMA2011-06-101-4/+1
* scm: darcs: replace RAILS_ROOT to Rails.root in functional test.Toshi MARUYAMA2011-06-101-3/+3
* scm: darcs: replace RAILS_ROOT to Rails.root in unit model test.Toshi MARUYAMA2011-06-101-4/+5
* scm: darcs: replace RAILS_ROOT to Rails.root in unit adapter test.Toshi MARUYAMA2011-06-101-2/+1
* scm: git: replace RAILS_ROOT to Rails.root in unit model test.Toshi MARUYAMA2011-06-101-2/+1
* scm: git: replace RAILS_ROOT to Rails.root in functional test.Toshi MARUYAMA2011-06-101-3/+3
* scm: mercurial: add functional test of annotate file which does not exist in ...Toshi MARUYAMA2011-06-101-0/+11
* scm: darcs: remove trailing white-spaces from unit model test.Toshi MARUYAMA2011-06-101-6/+6
* scm: bazaar: remove trailing white-spaces from unit model test.Toshi MARUYAMA2011-06-101-10/+10
* scm: git: replace RAILS_ROOT to Rails.root in unit adapter test.Toshi MARUYAMA2011-06-101-1/+1
* PDF: replace all non ASCII characters to '?' if Iconv error raise in JRuby (#...Toshi MARUYAMA2011-06-091-0/+7
* PDF: use SJIS instead of CP932 at unit pdf test test_rdm_pdf_iconv_invalid_ut...Toshi MARUYAMA2011-06-091-1/+5
* PDF: use SJIS instead of CP932 at unit pdf test test_rdm_pdf_iconv_cannot_con...Toshi MARUYAMA2011-06-091-1/+5
* PDF: use SJIS instead of CP932 at unit pdf test_fix_text_encoding_nil in JRub...Toshi MARUYAMA2011-06-081-2/+6
* scm: git: skip non UTF-8 path encoding test of unit model test in JRuby (#5251).Toshi MARUYAMA2011-06-081-6/+20
* scm: git: skip non UTF-8 path encoding test of unit adapter test in JRuby (#5...Toshi MARUYAMA2011-06-081-0/+12
* scm: git: skip non UTF-8 path encoding test of functional test in JRuby (#5251).Toshi MARUYAMA2011-06-081-0/+12
* Fixed: Private flag ignored when creating an issue with set_own_issues_privat...Jean-Philippe Lang2011-06-012-0/+31
* Fixes git annotate test failure.Jean-Philippe Lang2011-06-011-2/+2