summaryrefslogtreecommitdiffstats
path: root/test/unit/repository_bazaar_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-1/+1
* scm: bazaar: add more comment to non ASCII path tests at unit model test (#11...Toshi MARUYAMA2012-09-181-3/+3
* scm: bazaar: add non ASCII path test to unit model test (#11834)Toshi MARUYAMA2012-09-181-0/+155
* scm: bazaar: add asserting entries root path at unit model testToshi MARUYAMA2012-09-161-0/+2
* scm: bazaar: separate constant repository path to repository and trunk branch...Toshi MARUYAMA2012-09-161-3/+4
* scm: bazaar: do not use file:// for repository path at unit app testToshi MARUYAMA2012-09-161-2/+1
* scm: bazaar: add asserting entries subdirectory path at unit app testToshi MARUYAMA2012-09-161-0/+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
* scm: bazaar: add test to override human_attribute_name of "path to repository"Toshi MARUYAMA2012-02-241-0/+28
* Rails3: scm: bazaar: fix error of test_next_nil at unit model testToshi MARUYAMA2011-09-111-1/+3
* Rails3: scm: bazaar: fix error of test_next at unit model testToshi MARUYAMA2011-09-111-1/+3
* Rails3: scm: bazaar: fix error of test_previous_nil at unit model testToshi MARUYAMA2011-09-111-1/+3
* Rails3: scm: bazaar: fix error of test_previous at unit model testToshi MARUYAMA2011-09-111-1/+3
* Rails3: scm: bazaar: fix error of test_fetch_changesets_incremental at unit m...Toshi MARUYAMA2011-09-071-2/+6
* Rails3: scm: bazaar: fix error of test_fetch_changesets_from_scratch at unit ...Toshi MARUYAMA2011-09-071-2/+3
* scm: bazaar: define NUM_REV as the number of test repository revisions at uni...Toshi MARUYAMA2011-09-071-0/+1
* scm: bazaar: replace RAILS_ROOT to Rails.root in unit model test.Toshi MARUYAMA2011-06-101-3/+1
* scm: bazaar: remove trailing white-spaces from unit model test.Toshi MARUYAMA2011-06-101-10/+10
* scm: bazaar: update test repository (#2799, #4741, #8030).Toshi MARUYAMA2011-05-271-1/+2
* scm: bazaar: add changesets order test in unit model test.Toshi MARUYAMA2011-03-161-0/+28
* scm: add feature of per project repository log encoding setting (#1735).Toshi MARUYAMA2011-03-011-2/+5
* scm: bazaar: change project id of unit app test from 1 to 3.Toshi MARUYAMA2011-03-011-1/+1
* scm: bazaar: move cat and annotate test from unit app test to unit lib test.Toshi MARUYAMA2011-02-151-16/+3
* Changing revision label and identifier at SCM adapter level (#3724, #6092)Toshi MARUYAMA2011-01-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
* Postgresql 8.3 compatibility fix (#834).Jean-Philippe Lang2008-04-261-2/+2
* Fixed Bazaar test repository path.Jean-Philippe Lang2007-12-141-1/+2
* Added some functional tests (issues).Jean-Philippe Lang2007-12-121-1/+1
* Added some functional tests (projects and repositories).Jean-Philippe Lang2007-12-121-1/+1
* Added some unit tests for the Bazaar adapter.Jean-Philippe Lang2007-12-031-0/+87