|
From: <jgr...@us...> - 2003-07-10 04:28:18
|
Update of /cvsroot/popfile/engine/POPFile
In directory sc8-pr-cvs1:/tmp/cvs-serv8514/POPFile
Modified Files:
Configuration.pm
Log Message:
New test suites for MQ and Configuration; helper class for testing MQ; Logger, MQ and Module now over 90% covered by tests
Index: Configuration.pm
===================================================================
RCS file: /cvsroot/popfile/engine/POPFile/Configuration.pm,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** Configuration.pm 1 Jul 2003 18:38:59 -0000 1.20
--- Configuration.pm 10 Jul 2003 04:28:15 -0000 1.21
***************
*** 25,29 ****
# Class new() function
#----------------------------------------------------------------------------
! sub new
{
my $type = shift;
--- 25,29 ----
# Class new() function
#----------------------------------------------------------------------------
! sub new
{
my $type = shift;
|