X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy%2FTest%2FPing.pm;h=09e6781ca70ba0504c8003de01e5d48db3be282f;hb=c0d6389fc73e4279d9a9384d3f98d88114ec831a;hp=6186c62f42b42cf5f09c55ed46e09eca4475f39c;hpb=d17242f7471f3b746987ad7bf7b6c2e552451e0b;p=irspy-moved-to-github.git diff --git a/lib/ZOOM/IRSpy/Test/Ping.pm b/lib/ZOOM/IRSpy/Test/Ping.pm index 6186c62..09e6781 100644 --- a/lib/ZOOM/IRSpy/Test/Ping.pm +++ b/lib/ZOOM/IRSpy/Test/Ping.pm @@ -1,4 +1,4 @@ -# $Id: Ping.pm,v 1.19 2007-01-20 09:53:40 mike Exp $ +# $Id: Ping.pm,v 1.20 2007-02-23 15:03:44 mike Exp $ # See the "Main" test package for documentation @@ -19,7 +19,7 @@ sub start { my($conn) = @_; $conn->irspy_connect(undef, {}, - ZOOM::Event::RECV_APDU, \&connected, + ZOOM::Event::ZEND, \&connected, exception => \¬_connected); }