summaryrefslogtreecommitdiffstats
path: root/test/unit/version_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22746 from trunk to 5.1-stable (#40043).Marius Balteanu2024-02-271-1/+1
* Fix RuboCop offense Style/InverseMethods: Use `invalid?` instead of inverting...Go MAEDA2023-03-251-5/+5
* 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
* Add missing fixture issue_categories to VersionTest (#37466).Go MAEDA2022-07-191-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Use sanitize_sql_like in like scopes (#35073).Marius Balteanu2021-10-031-0/+16
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* fix source indent of test/unit/version_test.rbToshi MARUYAMA2020-10-271-5/+6
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Add missing fixtures to VersionTest (#32540).Go MAEDA2019-12-021-1/+2
* cleanup: rubocop: fix Layout/IndentFirstArrayElement in test/unit/version_tes...Toshi MARUYAMA2019-11-241-4/+10
* cleanup: rubocop: fix Layout/IndentFirstHashElement in test/unit/version_test.rbToshi MARUYAMA2019-11-231-3/+8
* code cleanup: rubocop: fix Layout/AlignArguments in test/unit/version_test.rbToshi MARUYAMA2019-10-231-2/+2
* Reject version custom field values not visible for the user (#31954, #23997).Go MAEDA2019-08-271-0/+23
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Fix that deleting a version silently deletes its attachments (#31087).Go MAEDA2019-03-261-0/+7
* Enable frozen_string_literal for some files under test directory (#26561).Go MAEDA2019-03-161-1/+1
* 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/+4
* Tests failure with SQLite3.Jean-Philippe Lang2018-12-011-1/+2
* Filter for version name should be case-insensitive (#27122).Go MAEDA2018-04-281-0/+8
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use assert_nil instead of assert_equal.Jean-Philippe Lang2016-12-111-2/+2
* Add option to set a new version as default directly from New Version page (#2...Jean-Philippe Lang2016-10-231-0/+16
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Closed versions should be marked as completed (#21433).Jean-Philippe Lang2016-01-091-0/+5
* Disallow users to delete a version referenced by a custom field (#20159).Jean-Philippe Lang2015-06-271-0/+21
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Adds a few tests.Jean-Philippe Lang2014-12-031-0/+6
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-1/+1
* fix typos at unit version testToshi MARUYAMA2014-04-071-2/+2
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* code layout clean up VersionTestToshi MARUYAMA2013-05-191-5/+10
* remove empty setup method from VersionTestToshi MARUYAMA2013-05-191-3/+0
* fix unit VersionTest failureToshi MARUYAMA2013-05-181-6/+6
* Removed some shoulda context.Jean-Philippe Lang2013-05-181-69/+58
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Adds a custom validator for dates (#12736).Jean-Philippe Lang2013-01-051-0/+2
* Deprecates Version#*_pourcent in favour of #*_percent (#12724).Jean-Philippe Lang2013-01-041-17/+17
* Replaces find(:first) calls.Jean-Philippe Lang2012-12-031-6/+6
* Fixed version date validation (#12359).Jean-Philippe Lang2012-11-151-1/+7
* Fixed test/unit/version_test.rb breaking when run alone (#12285)Jean-Baptiste Barth2012-11-011-1/+1
* Do not consider that versions that are due today are completed.Jean-Philippe Lang2012-09-161-0/+5
* Makes Version#<=> consistent with SQL sort.Jean-Philippe Lang2012-08-021-0/+1
* Sort issues by scheduled versions first then unscheduled versions.Jean-Philippe Lang2012-08-021-0/+11
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Changed assertions to make them work with Rails2/3 ruby1.8/1.9 different beha...Jean-Philippe Lang2012-03-051-2/+2
* Use regular create! instead of generate!Jean-Philippe Lang2012-03-031-16/+9
* Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at...Toshi MARUYAMA2011-12-091-1/+2