summaryrefslogtreecommitdiffstats
path: root/test/unit/repository_bazaar_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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