summaryrefslogtreecommitdiffstats
path: root/test/unit/repository_cvs_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Support frozen_string_literal in test/**/*.rb (#26561).Go MAEDA2019-03-211-1/+1
* Decode hexadecimal-encoded literals in order to be frozen string literals fri...Go MAEDA2019-03-191-4/+2
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Set User.current to nil before unit tests.Jean-Philippe Lang2018-12-161-0/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* pin order at RepositoryCvsTest#test_entries_rev3Toshi MARUYAMA2015-01-191-4/+5
* fix assertion order at RepositoryCvsTest#test_entries_rev3Toshi MARUYAMA2015-01-181-5/+5
* add tests to RepositoryCvsTest#test_entries_rev3Toshi MARUYAMA2015-01-181-0/+10
* Make sure that #scm_iconv returns a string with the target encoding (#14534).Jean-Philippe Lang2015-01-181-0/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Replaced "can't" with "cannot" in error messages.Jean-Philippe Lang2014-12-211-2/+2
* Adds configuration settings to limit valid repository path (#1415).Jean-Philippe Lang2014-11-081-0/+18
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-5/+3
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* remove unneeded Relation#all from RepositoryCvsTestToshi MARUYAMA2014-01-091-3/+4
* Rails4: scm: reload repository after destroying changesets in incremental fet...Toshi MARUYAMA2013-12-291-0/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Replaces find(:first) calls.Jean-Philippe Lang2012-12-031-1/+1
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-1/+1
* Fixed that Repository#entries returns an Array.Jean-Philippe Lang2012-06-101-0/+1
* Renamed #changes association to #filechanges (clash with AR::Base.changes tha...Jean-Philippe Lang2012-06-031-1/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Rails3: scm: cvs: fix error of test_fetch_changesets_incremental at unit mode...Toshi MARUYAMA2012-02-261-5/+7
* scm: cvs: add test to override human_attribute_nameToshi MARUYAMA2012-02-241-0/+60
* Rails3: scm: cvs: fix error of test_annotate at unit model testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: cvs: fix error of test_cat at unit model testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: cvs: fix error of test_entries_invalid_revision at unit model testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: cvs: fix error of test_entries_invalid_path at unit model testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: cvs: fix error of test_entries_rev3 at unit model testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: cvs: fix error of test_deleted_files_should_not_be_listed at uni...Toshi MARUYAMA2011-09-121-1/+1
* Rails3: scm: cvs: fix error of test_fetch_changesets_from_scratch at unit mod...Toshi MARUYAMA2011-09-121-1/+1
* scm: cvs: replace RAILS_ROOT to Rails.root in unit model test.Toshi MARUYAMA2011-06-101-2/+1
* scm: cvs: remove trailing white-spaces from unit model test.Toshi MARUYAMA2011-05-081-7/+7
* scm: cvs: update test repository.Toshi MARUYAMA2011-04-141-9/+10
* scm: cvs: fix unit model cat test fails on Windows.Toshi MARUYAMA2011-04-121-2/+4
* scm: cvs: code clean up unit model test.Toshi MARUYAMA2011-04-121-6/+6
* scm: cvs: add entries test in invalid revision in model.Toshi MARUYAMA2011-04-121-1/+7
* Fixes an error raised by cvs test with Postgresql (revision is varchar).Jean-Philippe Lang2011-04-111-1/+1
* scm: cvs: add invalid revision annotate test in unit model test.Toshi MARUYAMA2011-04-111-0/+3
* scm: cvs: add test annotate with revision in unit model test.Toshi MARUYAMA2011-04-111-0/+7
* scm: cvs: add annotate test of HEAD revision in unit model test.Toshi MARUYAMA2011-04-111-0/+12
* scm: cvs: add test that cat returns nil if revision does not exist at model.Toshi MARUYAMA2011-04-111-0/+3
* scm: cvs: add cat test of removed file in unit model test.Toshi MARUYAMA2011-04-111-0/+4
* scm: cvs: use model instead of adapter in unit model cat test.Toshi MARUYAMA2011-04-111-1/+1
* scm: cvs: add invalid path entries test at unit model test.Toshi MARUYAMA2011-04-111-0/+7
* scm: cvs: add cat test in unit model test.Toshi MARUYAMA2011-04-111-0/+16
* scm: cvs: fix missing author, revision and comment in tree view (#4270).Toshi MARUYAMA2011-03-111-0/+12
* scm: add feature of per project repository log encoding setting (#1735).Toshi MARUYAMA2011-03-011-3/+5
* scm: cvs: generate pseudo scmid for auto issue close text (#6706).Toshi MARUYAMA2011-02-071-0/+5