summaryrefslogtreecommitdiffstats
path: root/test/unit/setting_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable frozen_string_literal for some files under test directory (#26561).Go MAEDA2019-03-161-1/+1
* Remove unnecessary encoding magic comment (#31034).Go MAEDA2019-03-161-2/+0
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Reverts r17862.Go MAEDA2019-02-181-17/+0
* Fix: Mail handler does not ignore emails sent from emission email address if ...Go MAEDA2019-02-121-0/+17
* Set User.current to nil before unit tests.Jean-Philippe Lang2018-12-161-0/+4
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* remove trailing white space from test/unit/setting_test.rbToshi MARUYAMA2017-02-121-1/+1
* Clear settings that are changed by these tests.Jean-Philippe Lang2016-03-261-0/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Test failure.Jean-Philippe Lang2015-10-211-0/+3
* Make sure that settings are unserialized as UTF-8 encoded strings (#19305).Jean-Philippe Lang2015-03-151-0/+23
* Reverts r14067 that triggers "can't modify frozen String" errors (#19305).Jean-Philippe Lang2015-03-081-16/+0
* Make sure that strings of serialized settings are UTF-8 encoded (#19305).Jean-Philippe Lang2015-03-081-0/+16
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Fixed that validating a Setting with invalid name triggers an error (#15551).Jean-Philippe Lang2013-11-291-0/+14
* remove trailing white-spaces from test/unit/setting_test.rbToshi MARUYAMA2013-11-091-3/+3
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Tests should not change settings.Jean-Philippe Lang2012-07-081-0/+4
* Tests for Setting.per_page_options_array.Jean-Philippe Lang2012-05-101-0/+28
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Adds a method to clear the settings cache.Jean-Philippe Lang2011-11-131-0/+13
* remove trailing white-spaces from unit setting test.Toshi MARUYAMA2011-05-181-9/+9
* 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
* Fixed: Oracle error when saving serialized setting (eg. mail notifications)Jean-Philippe Lang2007-09-181-0/+6
* Added Redmine::WikiFormatting module and tests for wiki links.Jean-Philippe Lang2007-09-021-1/+1
* added tests for settingsJean-Philippe Lang2007-02-021-0/+39