modified the comments based on review

This commit is contained in:
yitam 2017-06-28 09:48:33 -07:00
parent c1747ef572
commit 465a72352f
2 changed files with 3 additions and 2 deletions

View file

@ -3,7 +3,7 @@ Test password with non alphanumeric characters
--DESCRIPTION--
The first three cases should have no problem connecting. Only the last case fails because the
right curly brace should be escaped with another right brace.
In Azure for this test to psss do not specify any particular database when connecting
In Azure for this test to pass do not specify any particular database when connecting
--SKIPIF--
<?php require('skipif.inc'); ?>
--FILE--

View file

@ -3,7 +3,7 @@ password with non alphanumeric characters
--DESCRIPTION--
The first three cases should have no problem connecting. Only the last case fails because the
right curly brace should be escaped with another right brace.
In Azure for this test to psss do not specify any particular database when connecting
In Azure for this test to pass do not specify any particular database when connecting
--SKIPIF--
<?php require('skipif.inc'); ?>
--FILE--
@ -13,6 +13,7 @@ sqlsrv_configure( 'LogSeverity', SQLSRV_LOG_SEVERITY_ALL );
function toConnect($options = array())
{
// this function makes a connection to the server without specifying the database
require 'MsSetup.inc';
if (!isset($options['UID']) && !isset($options['uid'])) {