summaryrefslogtreecommitdiffstats
path: root/test/unit/repository_subversion_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Adds configuration settings to limit valid repository path (#1415).Jean-Philippe Lang2014-11-081-0/+31
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-7/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* remove unneeded Relation#all from RepositorySubversionTestToshi MARUYAMA2014-01-091-1/+1
* Rails4: scm: reload repository after destroying changesets in incremental fet...Toshi MARUYAMA2013-12-291-0/+1
* stricter asserting of subversion url validation testToshi MARUYAMA2013-04-141-1/+1
* add unit tests of subversion url validationToshi MARUYAMA2013-04-141-0/+28
* code layout clean up test/unit/repository_subversion_test.rbToshi MARUYAMA2013-04-141-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-1/+1
* Fixed that Subversion#load_entries_changesets raises an error if entries is nil.Jean-Philippe Lang2012-06-121-0/+5
* Fixed that Repository#entries returns an Array.Jean-Philippe Lang2012-06-101-0/+5
* Renamed #changes association to #filechanges (clash with AR::Base.changes tha...Jean-Philippe Lang2012-06-031-2/+2
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Rails3: scm: subversion: fix error of test_next_nil at unit model testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: subversion: fix error of test_next at unit model testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: subversion: fix error of test_previous_nil at unit model testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: subversion: fix error of test_previous at unit model testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: subversion: fix error of test_format_identifier at unit model testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: subversion: fix error of test_find_changeset_by_empty_name at un...Toshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: subversion: fix error of test_identifier at unit model testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: subversion: fix error of test_directory_listing_with_square_brac...Toshi MARUYAMA2011-09-121-1/+2
* Rails3: scm: subversion: fix error of test_directory_listing_with_square_brac...Toshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: subversion: fix error of test_latest_changesets at unit model testToshi MARUYAMA2011-09-121-0/+3
* Rails3: scm: subversion: fix error of test_fetch_changesets_incremental at un...Toshi MARUYAMA2011-09-121-2/+7
* Rails3: scm: subversion: fix error of test_fetch_changesets_from_scratch at u...Toshi MARUYAMA2011-09-111-2/+3
* scm: subversion: define NUM_REV as the number of test repository revisions at...Toshi MARUYAMA2011-09-111-0/+2
* scm: subversion: remove trailing white-spaces from unit model test.Toshi MARUYAMA2011-05-081-9/+9
* Fixes subversion tests not running on win32.Jean-Philippe Lang2011-03-201-3/+3
* scm: subversion: code clean up unit model test.Toshi MARUYAMA2011-03-171-6/+9
* scm: subversion: simplify Ruby 1.9 string test in unit model test.Toshi MARUYAMA2011-03-171-9/+5
* scm: subversion: add changesets order test in unit model test (#5357).Toshi MARUYAMA2011-03-021-0/+28
* scm: ignore log encoding setting in Subversion and Mercurial (#7597).Toshi MARUYAMA2011-02-281-0/+22
* scm: subversion: change unit app test project id from 1 to 3.Toshi MARUYAMA2011-02-151-3/+4
* scm: fix error on revision page for empty revision (#7307).Toshi MARUYAMA2011-01-131-0/+8
* scm: fix assert_equal parameter order in subversion and git unit test.Toshi MARUYAMA2011-01-111-2/+2
* Fix subversion and git activities test reffering r4621.Toshi MARUYAMA2011-01-031-3/+1
* Fixed failing subversion test.Jean-Philippe Lang2011-01-021-17/+8
* Changing revision label and identifier at SCM adapter level (#3724, #6092)Toshi MARUYAMA2011-01-021-1/+52
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Support listing directories in svn which include square brackets. #5548Eric Davis2010-06-201-4/+30
* Adds test helpers for test repositories.Jean-Philippe Lang2010-05-011-5/+2
* Fixed: Subversion#latest_changesets ignores revision argument (#4360).Jean-Philippe Lang2009-12-081-7/+11
* Fixed: RepositoriesController#revision may show wrong revision (#3779).Jean-Philippe Lang2009-09-201-3/+3
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* SCM:Jean-Philippe Lang2009-08-171-3/+9
* Adds a setting to limit the number of revisions displayed on a repository fil...Jean-Philippe Lang2009-02-011-0/+7
* Postgresql 8.3 compatibility fix (#834).Jean-Philippe Lang2008-04-261-2/+2