From 237ca11e2fec55dfbcd5f304ec2d6d5958157739 Mon Sep 17 00:00:00 2001 From: yitam Date: Fri, 16 Jun 2017 09:38:07 -0700 Subject: [PATCH] corrected the expected output --- 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 69b53eae..382c58d6 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); ?> --EXPECT-- -58 sales accounted for the first $104205.9607 in revenue. \ No newline at end of file +57 sales accounted for the first $104171.7607 in revenue.