mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +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:
parent
83037fe18b
commit
56af84bf3c
@ -164,7 +164,7 @@ class ActiveSupport::TestCase
|
|||||||
end
|
end
|
||||||
|
|
||||||
def self.is_mysql_utf8mb4
|
def self.is_mysql_utf8mb4
|
||||||
return false unless Redmine::Database::mysql?
|
return false unless Redmine::Database.mysql?
|
||||||
character_sets = %w[
|
character_sets = %w[
|
||||||
character_set_connection
|
character_set_connection
|
||||||
character_set_database
|
character_set_database
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user