summaryrefslogtreecommitdiffstats
path: root/test/functional/repositories_darcs_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Rails3: scm: darcs: fix error of test_destroy_invalid_repository at functiona...Toshi MARUYAMA2011-09-121-3/+4
* Rails3: scm: darcs: fix error of test_destroy_valid_repository at functional ...Toshi MARUYAMA2011-09-121-2/+3
* Rails3: scm: darcs: fix error of test_diff at functional testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: darcs: fix error of test_changes at functional testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: darcs: fix error of test_browse_at_given_revision at functional ...Toshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: darcs: fix error of test_browse_directory at functional testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: darcs: fix error of test_browse_root at functional testToshi MARUYAMA2011-09-121-1/+3
* scm: darcs: define NUM_REV as the number of test repository revisions at func...Toshi MARUYAMA2011-09-121-0/+1
* scm: darcs: add functional test of destroying invalid repository (#6713, #4725).Toshi MARUYAMA2011-07-101-0/+27
* scm: darcs: add functional test of destroying valid repository (#6713, #4725).Toshi MARUYAMA2011-07-101-0/+12
* scm: darcs: code clean up functional test.Toshi MARUYAMA2011-07-101-2/+4
* scm: darcs: replace RAILS_ROOT to Rails.root in functional test.Toshi MARUYAMA2011-06-101-3/+3
* scm: darcs: run both of "inline" and "side by side" diff in functional test_d...Toshi MARUYAMA2011-06-011-9/+11
* scm: darcs: remove trailing white-spaces from functional test.Toshi MARUYAMA2011-05-261-5/+5
* scm: darcs: remove duplicate test from functional test.Toshi MARUYAMA2011-03-221-10/+0
* scm: add feature of per project repository log encoding setting (#1735).Toshi MARUYAMA2011-03-011-1/+3
* scm: darcs: refactor functional test.Toshi MARUYAMA2011-03-011-15/+28
* 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
* Added branch and tag support to the git repository viewer. (#1406)Eric Davis2009-08-151-6/+6
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-101-1/+1
* Fix repository browsing at given revision for various scm and add tests for t...Jean-Philippe Lang2008-04-061-1/+10
* Merged Git support branch (r1200 to r1226).Jean-Philippe Lang2008-03-121-0/+94