X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=tests%2Fasync001.phpt;h=d1aa35b059416f455000fd18f2f1adf03d889694;hp=9fa2eb70a34aba0df7c85b734051e5543a0795cf;hb=d3fbce1b02b41d7ee1f3d0b60dc8df411aae7d79;hpb=33f82236a1e9061aba8050399835e82e0531c82b diff --git a/tests/async001.phpt b/tests/async001.phpt index 9fa2eb7..d1aa35b 100644 --- a/tests/async001.phpt +++ b/tests/async001.phpt @@ -8,7 +8,7 @@ echo "Test\n"; include "_setup.inc"; -$c = new pq\Connection(PQ_DSN, false); +$c = new pq\Connection(PQ_DSN, true); $s = array($c->status); echo "W"; $w = array($c->socket); @@ -44,5 +44,5 @@ DONE --EXPECTREGEX-- Test (WP(RP)*)+S -3(,\d+),+4 +(2,)*3(,\d)*,4 DONE