summaryrefslogtreecommitdiffstats
path: root/test/unit/repository_cvs_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* scm: cvs: change temporary revision number from "_N" to "tmpN" (#996, #3761, ...Toshi MARUYAMA2011-02-071-4/+20
* scm: cvs: add fetch_changesets at all unit app test methods.Toshi MARUYAMA2011-02-021-0/+7
* scm: cvs: change project id of unit app test from 1 to 3.Toshi MARUYAMA2011-02-021-1/+1
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* Fixed: CVS browser should not show dead revisions (deleted files) (#2319).Jean-Philippe Lang2008-12-141-0/+6
* Fixes platform determination under JRuby (#1804).Jean-Philippe Lang2008-08-251-1/+1
* Merged Git support branch (r1200 to r1226).Jean-Philippe Lang2008-03-121-3/+3
* Added some functional tests and a CVS test repository.Jean-Philippe Lang2007-12-131-0/+60