summaryrefslogtreecommitdiffstats
path: root/test/test_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* add Redmine::Database.sqlite? as with postgresql? and postgresql?Toshi MARUYAMA2020-04-201-1/+1
* remove duplicate mysql? and postgresql? logicToshi MARUYAMA2020-04-201-2/+2
* use CGI.unescapeHTML instead of CGI::unescapeHTML in test/test_helper.rb as w...Toshi MARUYAMA2020-04-201-1/+1
* use same "Redmine::Database.mysql?" as with r19706 in test/test_helper.rbToshi MARUYAMA2020-04-201-1/+1
* scm: git: add test of UTF-8 Emoji committer and comments (#24030)Toshi MARUYAMA2020-04-141-0/+15
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Use #media_type instead of #content_type to test the MIME type of a response ...Go MAEDA2020-01-271-3/+3
* Require 'mocha/minitest' instead of deprecated 'mocha/setup' (#32592).Go MAEDA2019-12-111-1/+1
* cleanup: rubocop: fix Layout/IndentFirstHashElement in test/test_helper.rbToshi MARUYAMA2019-11-241-2/+6
* cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in test/test_helper.rbToshi MARUYAMA2019-11-241-3/+5
* cleanup: rubocop: fix Layout/AlignArguments in test/test_helper.rbToshi MARUYAMA2019-11-241-1/+3
* code cleanup: rubocop: fix Layout/CaseIndentation in test/test_helper.rbToshi MARUYAMA2019-10-141-1/+2
* Fix FrozenError during tests (#32071, #26561).Go MAEDA2019-09-161-1/+1
* mail_body method in test/test_helper.rb raises an exception if the message is...Go MAEDA2019-09-131-1/+1
* Run test only when GhostScript is available (#22481).Go MAEDA2019-06-021-0/+8
* Remove trailing whitespaces from test/test_helper.rbGo MAEDA2019-06-021-6/+6
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Don't rescue Exception class (#31387).Go MAEDA2019-05-251-1/+1
* 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
* Test failure.Jean-Philippe Lang2018-12-121-0/+13
* Fix random test failure, assertion must be made against displayed values.Jean-Philippe Lang2018-12-011-1/+6
* Use button as additional option for contextmenu (#26655).Go MAEDA2018-04-211-1/+1
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-23/+17
* Set default configuration for the timelog list (#26356).Jean-Philippe Lang2017-07-121-1/+6
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Create tmp directory on test launch.Jean-Philippe Lang2017-06-011-5/+5
* Use Rails 5 syntax for integration tests.Jean-Philippe Lang2017-06-011-0/+11
* Use Rails 5 syntax for functional tests.Jean-Philippe Lang2017-05-311-4/+6
* Cleanup tests with mock files.Jean-Philippe Lang2017-04-031-19/+28
* Reset locale to "en" before helpers tests.Jean-Philippe Lang2017-01-191-0/+3
* Reset current user before helpers tests.Jean-Philippe Lang2017-01-191-1/+4
* Use assert_nil instead of assert_equal.Jean-Philippe Lang2016-12-111-1/+1
* Removes calls to #assert_template and #assigns in integration tests.Jean-Philippe Lang2016-07-211-1/+1
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-181-0/+23
* Adds a class for testing helpers.Jean-Philippe Lang2016-07-161-0/+4
* Pass parameters with :params in controller tests.Jean-Philippe Lang2016-07-161-4/+4
* Accept 5 arguments.Jean-Philippe Lang2016-07-161-1/+1
* Pass parameters with :params in controller tests.Jean-Philippe Lang2016-07-161-0/+8
* Adds our own class for controller tests.Jean-Philippe Lang2016-07-141-0/+3
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Makes the test LDAP host configurable (#21674).Jean-Philippe Lang2016-01-221-1/+3
* Import issues from CSV file (#950).Jean-Philippe Lang2015-08-141-2/+8
* Replace tab introduced in r14388 in test/test_helper.rb with spaces (#20242).Jean-Philippe Lang2015-07-051-2/+2
* Fixed that user with "Manage public queries" permission, can create global pu...Jean-Philippe Lang2015-06-291-0/+9
* Adds a configuration setting to enable sudo mode, disabled by default (#19851).Jean-Philippe Lang2015-06-191-0/+2
* Fixed assertions for SQLServer that format dates with MM/DD/YYYY in queries.Jean-Philippe Lang2015-02-081-0/+5
* Support for accent insensitive search with PostgreSQL (#18801).Jean-Philippe Lang2015-02-081-0/+4
* Upgrade to Rails 4.2.0 (#14534).Jean-Philippe Lang2015-01-171-1/+10
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1