From: Sam S. <ssc...@us...> - 2005-02-28 12:36:15
|
Update of /cvsroot/popfile/engine/POPFile In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21831/POPFile Modified Files: MQ.pm Log Message: Test coverage for configure_item, validate_item and register_configuration_item for Proxy::Proxy Coverage now at 91%, coverage still needed for SSL and socks connection method Index: MQ.pm =================================================================== RCS file: /cvsroot/popfile/engine/POPFile/MQ.pm,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** MQ.pm 4 Jan 2005 22:50:55 -0000 1.19 --- MQ.pm 28 Feb 2005 12:36:04 -0000 1.20 *************** *** 12,16 **** # its messages. # ! # Message delivery is asynchronous and guaranteed, as well as guaranteed # first in, first out (FIFO) per process. # --- 12,16 ---- # its messages. # ! # Message delivery is asynchronous and guaranteed, as well as guaranteed # first in, first out (FIFO) per process. # *************** *** 38,42 **** # to POPFile::History::commit_slot # ! # RELSE Sent when a session key is being released by a client # # Copyright (c) 2001-2004 John Graham-Cumming --- 38,42 ---- # to POPFile::History::commit_slot # ! # RELSE Sent when a session key is being released by a client # # Copyright (c) 2001-2004 John Graham-Cumming |