half way through the exception refactoring
[m6w6/ext-pq] / tests / cancel001.phpt
index f374f666c5888696c9a3cfbbb7560ce69c4f8f80..e1c9bb3a15204a987dc0615ce689d03ac4bc1f06 100644 (file)
@@ -22,12 +22,13 @@ var_dump($c->getResult());
 DONE
 --EXPECTF--
 Test
-object(pq\Result)#%d (6) {
+object(pq\Result)#%d (7) {
   ["status"]=>
   int(7)
+  ["statusMessage"]=>
+  string(11) "FATAL_ERROR"
   ["errorMessage"]=>
-  string(48) "ERROR:  canceling statement due to user request
-"
+  string(47) "ERROR:  canceling statement due to user request"
   ["numRows"]=>
   int(0)
   ["numCols"]=>