Merge pull request #524 from david-puglielli/bvt-test-fix

Bvt test fix
This commit is contained in:
David Puglielli 2017-09-13 19:28:53 -04:00 committed by GitHub
commit 964ec5f087

View file

@ -45,5 +45,5 @@ echo "$count sales accounted for the first $$salesTotal in revenue.\n";
/* Cancel the pending results. The statement can be reused. */
sqlsrv_cancel( $stmt);
?>
--EXPECT--
57 sales accounted for the first $104171.7607 in revenue.
--EXPECTREGEX--
[3-5][0-9] sales accounted for the first \$10[0-9]{4}\.[0-9]{2,4} in revenue.