X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy%2FTest%2FPing.pm;fp=lib%2FZOOM%2FIRSpy%2FTest%2FPing.pm;h=09e6781ca70ba0504c8003de01e5d48db3be282f;hp=6186c62f42b42cf5f09c55ed46e09eca4475f39c;hb=4404b40258aa7c44a9126e56098f3b8459b69a96;hpb=84acd526f73979800d20f054101e487a058db857 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); }