summaryrefslogtreecommitdiffstats
path: root/test/unit/repository_bazaar_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Support frozen_string_literal in test/**/*.rb (#26561).Go MAEDA2019-03-211-1/+1
* Use #b shortcut instead of #force_encoding (#31059).Go MAEDA2019-03-201-1/+1
* Decode hexadecimal-encoded literals in order to be frozen string literals fri...Go MAEDA2019-03-191-4/+3
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Set User.current to nil before unit tests.Jean-Philippe Lang2018-12-161-0/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Replaced "can't" with "cannot" in error messages.Jean-Philippe Lang2014-12-211-1/+1
* fix English syntax of skipping test comment of Bazaar non ASCII environmentToshi MARUYAMA2014-11-181-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-43/+33
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* remove unneeded Relation#all from RepositoryBazaarTestToshi MARUYAMA2014-01-091-1/+1
* Rails4: scm: reload repository after destroying changesets in incremental fet...Toshi MARUYAMA2013-12-291-0/+1
* 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