summaryrefslogtreecommitdiffstats
path: root/test/functional/repositories_subversion_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Adds functional tests for repository creation/update.Jean-Philippe Lang2011-12-031-0/+36
* scm: subversion: remove fetch_changesets from test_revision at functional testToshi MARUYAMA2011-09-121-2/+0
* Rails3: scm: subversion: fix error of test_entry_download at functional testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: subversion: fix error of test_entry_not_found at functional testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: subversion: fix error of test_entry_at_given_revision at functio...Toshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: subversion: fix error of test_entry_should_send_if_too_big at fu...Toshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: subversion: fix error of test_entry at functional testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: subversion: fix error of test_directory_changes at functional testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: subversion: fix error of test_file_changes at functional testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: subversion: fix error of test_browse_at_given_revision at functi...Toshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: subversion: fix error of test_browse_directory at functional testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: subversion: fix error of test_browse_root at functional testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: subversion: fix error of test_destroy_invalid_repository at func...Toshi MARUYAMA2011-09-121-3/+4
* Rails3: scm: subversion: fix error of test_destroy_valid_repository at functi...Toshi MARUYAMA2011-09-121-2/+3
* Rails3: scm: subversion: fix error of test_annotate_at_given_revision at func...Toshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: subversion: fix error of test_annotate at functional testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: subversion: fix error of test_directory_diff at functional testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: subversion: fix error of test_revision_diff at functional testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: subversion: fix error of test_empty_revision at functional testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: subversion: fix error of test_invalid_revision at functional testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: subversion: fix error of test_directory_entry at functional testToshi MARUYAMA2011-09-121-1/+3
* scm: subversion: code clean up test_entry_should_send_if_too_big at functiona...Toshi MARUYAMA2011-09-121-1/+2
* scm: subversion: code clean up test_browse_directory at functional testToshi MARUYAMA2011-09-121-2/+5
* Rails3: scm: subversion: fix error of test_show at unit model testToshi MARUYAMA2011-09-121-1/+3
* scm: subversion: define NUM_REV as the number of test repository revisions at...Toshi MARUYAMA2011-09-121-0/+1
* scm: subversion: code clean up functional test.Toshi MARUYAMA2011-07-101-6/+3
* scm: subversion: add functional test of destroying invalid repository (#8458,...Toshi MARUYAMA2011-07-101-0/+26
* scm: subversion: add functional test of destroying valid repository (#8458, #...Toshi MARUYAMA2011-07-101-0/+14
* scm: subversion: run both of "inline" and "side by side" diff in functional t...Toshi MARUYAMA2011-06-011-9/+11
* scm: subversion: run both of "inline" and "side by side" diff in functional t...Toshi MARUYAMA2011-06-011-5/+7
* scm: subversion: remove trailing white-spaces from functional test.Toshi MARUYAMA2011-05-081-10/+10
* scm: subversion: code clean up functional test.Toshi MARUYAMA2011-04-281-18/+20
* Fixes subversion tests not running on win32.Jean-Philippe Lang2011-03-201-3/+3
* scm: subversion: change some functional tests project id from 1 to 3.Toshi MARUYAMA2011-02-211-19/+66
* scm: fix diff revision param validation.Toshi MARUYAMA2011-02-171-0/+6
* scm: functional test of using format_revision() for annotate (#3724).Toshi MARUYAMA2011-01-211-0/+7
* Respond with 404 instead of 500 when revision/entry is not found in the repos...Jean-Philippe Lang2011-01-141-2/+2
* scm: fix error on revision page for empty revision (#7307).Toshi MARUYAMA2011-01-131-1/+9
* scm: add compatible functional test fof changing diff revisions label at SCM ...Toshi MARUYAMA2011-01-091-0/+4
* Restore rev param validation that was removed in r2840.Jean-Philippe Lang2010-12-181-0/+6
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Fix the tests that were broken by r4286:Eric Davis2010-10-251-1/+1
* Support listing directories in svn which include square brackets. #5548Eric Davis2010-06-201-1/+1
* Adds test helpers for test repositories.Jean-Philippe Lang2010-05-011-4/+1
* Fixed: RepositoriesController#revision may show wrong revision (#3779).Jean-Philippe Lang2009-09-201-1/+1
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* SCM:Jean-Philippe Lang2009-09-011-2/+23
* SCM:Jean-Philippe Lang2009-08-171-0/+5
* Added branch and tag support to the git repository viewer. (#1406)Eric Davis2009-08-151-7/+7
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-101-1/+1