Re: An Alternative to Test::Harness was Re: external sub routine

2003-11-21 Thread drieux
On Monday, Nov 17, 2003, at 00:27 US/Pacific, Rajesh Dorairajan wrote: Forgive me for not making myself clear in the first place. forgive me for having to defer a response, But this is a really interesting problem and still requires a bit of thinking. What I'm trying to do is create a Test framewo

RE: An Alternative to Test::Harness was Re: external sub routine

2003-11-17 Thread Rajesh Dorairajan
am going through the test scripts of LWP too. Best Regds Rajesh Dorairajan -Original Message- From: drieux [mailto:[EMAIL PROTECTED] Sent: Friday, November 14, 2003 3:54 PM To: begin begin Subject: An Alternative to Test::Harness was Re: external sub routine On Friday, Nov 14, 2003, at 13

An Alternative to Test::Harness was Re: external sub routine

2003-11-14 Thread drieux
On Friday, Nov 14, 2003, at 13:59 US/Pacific, Rajesh Dorairajan wrote: [..] All I want to do is: #Create a logger object and log a message using log4perl #call the function and check the $retval #if $retval == 1 $logger->info("Test succeded") #else $logger->warn( "Test failed" ) I've a bunch of s