MDL-59581 database: remove mssql_native_moodle_database test from auth

This commit is contained in:
Jake Dallimore 2017-09-21 15:25:48 +08:00 committed by Eloy Lafuente (stronk7)
parent 811808b3d2
commit 4c00922f2e

View File

@ -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;