summaryrefslogtreecommitdiffstats
path: root/test/unit/repository_bazaar_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22746 from trunk to 5.1-stable (#40043).Marius Balteanu2024-02-271-1/+1
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-011-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* fix source indent of test/unit/repository_bazaar_test.rbToshi MARUYAMA2020-12-041-32/+45
* fix source indent of RepositoryBazaarTestToshi MARUYAMA2020-07-121-2/+3
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* code cleanup: rubocop: fix Layout/MultilineArrayBraceLayout in test/unit/repo...Toshi MARUYAMA2019-09-211-4/+2
* rubocop: fix Layout/AlignArray of test/unit/repository_bazaar_test.rbToshi MARUYAMA2019-07-291-3/+3
* Remove code related to JRuby and unsupported Ruby versions (#29441).Jean-Philippe Lang2019-06-201-6/+0
* Update copyright year.Go MAEDA2019-05-251-1/+1
* 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