Modified the driver tests as well

This commit is contained in:
Jenny Tam 2018-04-12 08:41:35 -07:00
parent 2f8b9c2acc
commit b8d1feb9ba
2 changed files with 2 additions and 4 deletions

View file

@ -122,8 +122,7 @@ function testWrongODBC()
{
global $msodbcsqlMaj;
// TODO: this will change once ODBC 17 is officially released
$value = "ODBC Driver 17 for SQL Server";
$value = "ODBC Driver 11 for SQL Server";
if ($msodbcsqlMaj == 17 || $msodbcsqlMaj < 13) {
$value = "ODBC Driver 13 for SQL Server";
}

View file

@ -117,8 +117,7 @@ function testEncryptedWithODBC($msodbcsqlMaj, $server, $connectionOptions)
function testWrongODBC($msodbcsqlMaj, $server, $connectionOptions)
{
// TODO: this will change once ODBC 17 is officially released
$value = "ODBC Driver 17 for SQL Server";
$value = "ODBC Driver 11 for SQL Server";
if ($msodbcsqlMaj == 17 || $msodbcsqlMaj < 13) {
$value = "ODBC Driver 13 for SQL Server";
}