we should in fact allow for multiple events in more places - such
as SEND_DATA, RECV_DATA . They are generated for any partial
net writes/reads.
# 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,
# See comments in 19-event.t
assert_event_stream($conn,
- ZOOM::Event::CONNECT,
+ -(ZOOM::Event::CONNECT),
ZOOM::Event::SEND_APDU,
ZOOM::Event::SEND_DATA,
ZOOM::Event::RECV_DATA,