|
From: <jgr...@us...> - 2003-09-29 22:35:01
|
Update of /cvsroot/popfile/engine/tests In directory sc8-pr-cvs1:/tmp/cvs-serv3222/tests Modified Files: TestProxy.tst Log Message: When testing the Proxy code make it fork subprocesses Index: TestProxy.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestProxy.tst,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** TestProxy.tst 8 Sep 2003 18:03:58 -0000 1.13 --- TestProxy.tst 29 Sep 2003 22:34:57 -0000 1.14 *************** *** 120,123 **** --- 120,124 ---- $sp->initialize(); $sp->config_( 'port', $port ); + $sp->config_( 'force_fork', 1 ); test_assert_equal( $sp->start(), 1 ); test_assert_equal( $sp->start_server(), 1 ); |