From: Rob H. <for...@us...> - 2003-06-01 07:43:21
|
Update of /cvsroot/sandweb/sandweb/t In directory sc8-pr-cvs1:/tmp/cvs-serv31475/t Modified Files: repository.t Log Message: "make test" works now. had some problem with debug statements in the pm files i modified, just commented out the debug for now ( will revisit later ) Index: repository.t =================================================================== RCS file: /cvsroot/sandweb/sandweb/t/repository.t,v retrieving revision 1.8 retrieving revision 1.9 diff -U2 -r1.8 -r1.9 --- repository.t 14 Aug 2002 02:13:56 -0000 1.8 +++ repository.t 1 Jun 2003 07:35:11 -0000 1.9 @@ -27,4 +27,5 @@ 'sandbox' => "t/", 'cvs_bin' => "cvs", + 'users_dir' => "$path/t/", )); |