X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=tests%2Fasync002.phpt;h=4cc19c886dad204f3c724fd47f75c14478dd3ce8;hp=16de35a421dc7b79d119c2a86dadb55220119b84;hb=8056f4e71952a5c0f0ef0e81b7b21a0c09878947;hpb=a009113642d9cb2d677e702b65f306fbb5993d41 diff --git a/tests/async002.phpt b/tests/async002.phpt index 16de35a..4cc19c8 100644 --- a/tests/async002.phpt +++ b/tests/async002.phpt @@ -46,7 +46,7 @@ function complete($c) { complete($c); if ($c->status == pq\Connection::OK) { - $c->reset(); + $c->resetAsync(); complete($c); } ?> @@ -54,7 +54,7 @@ DONE --EXPECTREGEX-- Test (WP(RP)*)+S -3(,\d+),+4 +(2,)*3(,\d)*,4 (WP(RP)*)+S -3(,\d+),+4 +(2,)*3(,\d)*,4 DONE