X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy%2FTest%2FPing.pm;h=09e6781ca70ba0504c8003de01e5d48db3be282f;hb=c0d6389fc73e4279d9a9384d3f98d88114ec831a;hp=2eeda3bc53c6cce5c3c7b3aef381854cbc48325a;hpb=eae0cc5511d06761d8067d7046d110ba8f25dd64;p=irspy-moved-to-github.git diff --git a/lib/ZOOM/IRSpy/Test/Ping.pm b/lib/ZOOM/IRSpy/Test/Ping.pm index 2eeda3b..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.18 2006-12-15 17:23:27 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); } @@ -44,6 +44,7 @@ sub maybe_connected { encapsulation resultCount negotiationModel duplicationDetection queryType104 pQESCorrection stringSchema)) { + #print STDERR "\$conn->option('init_opt_$opt') = '", $conn->option("init_opt_$opt"), "'\n"; $conn->record()->store_result('init_opt', option => $opt) if $conn->option("init_opt_$opt"); }