1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-10-17 17:01:01 +00:00

use same "Redmine::Database.mysql?" as with r19706 in test/test_helper.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@19708 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2020-04-20 02:06:24 +00:00
parent 83037fe18b
commit 56af84bf3c

View File

@ -164,7 +164,7 @@ class ActiveSupport::TestCase
end
def self.is_mysql_utf8mb4
return false unless Redmine::Database::mysql?
return false unless Redmine::Database.mysql?
character_sets = %w[
character_set_connection
character_set_database