Add magic init-script comments (I think from John)
[ZOOM-Perl-moved-to-github.git] / t / 19-events.t
index e104f3d..e7745f9 100644 (file)
@@ -1,5 +1,3 @@
-# $Id: 19-events.t,v 1.8 2007-02-22 20:38:11 mike Exp $
-
 # Before `make install' is performed this script should be runnable with
 # `make test'. After `make install' it should work as `perl 19-events.t'
 
@@ -47,7 +45,7 @@ ok(1, "huge array reference argument rejected");
 # on any of the connections we pass in.
 
 assert_event_stream($conn, 
-                   Net::Z3950::ZOOM::EVENT_CONNECT,
+                   -(Net::Z3950::ZOOM::EVENT_CONNECT),
                    Net::Z3950::ZOOM::EVENT_SEND_APDU,
                    Net::Z3950::ZOOM::EVENT_SEND_DATA,
                    Net::Z3950::ZOOM::EVENT_RECV_DATA,