Update of /cvsroot/popfile/engine/tests
In directory sc8-pr-cvs1:/tmp/cvs-serv16055/tests
Modified Files:
TestModule.tst
Log Message:
Improve test suite coverage for MQ, Module and Logger. Now at 100%
Index: TestModule.tst
===================================================================
RCS file: /cvsroot/popfile/engine/tests/TestModule.tst,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** TestModule.tst 10 Jul 2003 04:28:16 -0000 1.2
--- TestModule.tst 12 Jul 2003 00:43:20 -0000 1.3
***************
*** 37,40 ****
--- 37,47 ----
test_assert_equal( $m->global_config_( 'gparameter' ), 'gvalue' );
+ # Call the null methods
+ $m->prefork();
+ $m->stop();
+ $m->reaper();
+ $m->forked();
+ $m->deliver();
+
# Check that the MQ interface functions work
|