mirror of
https://github.com/moodle/moodle.git
synced 2025-01-29 19:50:14 +01:00
MDL-59581 database: remove mssql_native_moodle_database test from auth
This commit is contained in:
parent
811808b3d2
commit
4c00922f2e
@ -97,11 +97,7 @@ class auth_db_testcase extends advanced_testcase {
|
||||
break;
|
||||
|
||||
case 'mssql':
|
||||
if (get_class($DB) == 'mssql_native_moodle_database') {
|
||||
set_config('type', 'mssql_n', 'auth_db');
|
||||
} else {
|
||||
set_config('type', 'mssqlnative', 'auth_db');
|
||||
}
|
||||
set_config('type', 'mssqlnative', 'auth_db');
|
||||
set_config('sybasequoting', '1', 'auth_db');
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user