summaryrefslogtreecommitdiffstats
path: root/test/unit/repository_cvs_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Fix RuboCop offense Style/InverseMethods: Use `invalid?` instead of inverting...Go MAEDA2023-03-251-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
* Fix RuboCop offense Lint/RedundantRequireStatement (#36919).Go MAEDA2022-10-261-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
* Replace gsub with tr, delete, or squeeze (#34161).Go MAEDA2020-10-241-1/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* rubocop: fix Layout/IndentationConsistency of test/unit/repository_cvs_test.rbToshi MARUYAMA2019-08-041-2/+2
* rubocop: fix Layout/DefEndAlignment of test/unit/repository_cvs_test.rbToshi MARUYAMA2019-08-041-1/+1
* rubocop: fix Layout/CommentIndentation of test/unit/repository_cvs_test.rbToshi MARUYAMA2019-08-041-2/+2
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Support frozen_string_literal in test/**/*.rb (#26561).Go MAEDA2019-03-211-1/+1
* Decode hexadecimal-encoded literals in order to be frozen string literals fri...Go MAEDA2019-03-191-4/+2
* 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
* pin order at RepositoryCvsTest#test_entries_rev3Toshi MARUYAMA2015-01-191-4/+5
* fix assertion order at RepositoryCvsTest#test_entries_rev3Toshi MARUYAMA2015-01-181-5/+5
* add tests to RepositoryCvsTest#test_entries_rev3Toshi MARUYAMA2015-01-181-0/+10
* Make sure that #scm_iconv returns a string with the target encoding (#14534).Jean-Philippe Lang2015-01-181-0/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Replaced "can't" with "cannot" in error messages.Jean-Philippe Lang2014-12-211-2/+2
* Adds configuration settings to limit valid repository path (#1415).Jean-Philippe Lang2014-11-081-0/+18
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-5/+3
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* remove unneeded Relation#all from RepositoryCvsTestToshi MARUYAMA2014-01-091-3/+4
* 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(:first) calls.Jean-Philippe Lang2012-12-031-1/+1
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-1/+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
* Rails3: scm: cvs: fix error of test_fetch_changesets_incremental at unit mode...Toshi MARUYAMA2012-02-261-5/+7
* scm: cvs: add test to override human_attribute_nameToshi MARUYAMA2012-02-241-0/+60
* Rails3: scm: cvs: fix error of test_annotate at unit model testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: cvs: fix error of test_cat at unit model testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: cvs: fix error of test_entries_invalid_revision at unit model testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: cvs: fix error of test_entries_invalid_path at unit model testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: cvs: fix error of test_entries_rev3 at unit model testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: cvs: fix error of test_deleted_files_should_not_be_listed at uni...Toshi MARUYAMA2011-09-121-1/+1
* Rails3: scm: cvs: fix error of test_fetch_changesets_from_scratch at unit mod...Toshi MARUYAMA2011-09-121-1/+1
* scm: cvs: replace RAILS_ROOT to Rails.root in unit model test.Toshi MARUYAMA2011-06-101-2/+1
* scm: cvs: remove trailing white-spaces from unit model test.Toshi MARUYAMA2011-05-081-7/+7
* scm: cvs: update test repository.Toshi MARUYAMA2011-04-141-9/+10
* scm: cvs: fix unit model cat test fails on Windows.Toshi MARUYAMA2011-04-121-2/+4
* scm: cvs: code clean up unit model test.Toshi MARUYAMA2011-04-121-6/+6