提交 22e17695 编写于 作者: A Andrew White

Merge pull request #22156 from yui-knk/fix_test_mysql

Fix test_database_created_by_root of mysql
......@@ -104,7 +104,7 @@ def test_connection_established_as_root
def test_database_created_by_root
assert_permissions_granted_for "pat"
@connection.expects(:create_database).
with('my-app-db', :charset => 'utf8', :collation => 'utf8_unicode_ci')
with('my-app-db', {})
ActiveRecord::Tasks::DatabaseTasks.create @configuration
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册