From 0130f686100c49fe83c05571cc00d8c0185a6c07 Mon Sep 17 00:00:00 2001 From: David Puglielli Date: Wed, 13 Sep 2017 12:25:14 -0700 Subject: [PATCH] Narrowed range of acceptable values --- test/bvt/sqlsrv/msdn_sqlsrv_cancel.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/bvt/sqlsrv/msdn_sqlsrv_cancel.phpt b/test/bvt/sqlsrv/msdn_sqlsrv_cancel.phpt index 34dcb85f..cb0596e2 100644 --- a/test/bvt/sqlsrv/msdn_sqlsrv_cancel.phpt +++ b/test/bvt/sqlsrv/msdn_sqlsrv_cancel.phpt @@ -46,4 +46,4 @@ echo "$count sales accounted for the first $$salesTotal in revenue.\n"; sqlsrv_cancel( $stmt); ?> --EXPECTREGEX-- -[1-9][0-9] sales accounted for the first $10[0-9]{4}\.[0-9]{2,4} in revenue. +[3-5][0-9] sales accounted for the first $10[0-9]{4}\.[0-9]{2,4} in revenue.