On Thu, Feb 10, 2005 at 03:16:57PM -0500, Geoffrey Young wrote: > my home directory is the proper place to look for these
Since I keep forgetting where that is, I've attached a diff for the testing.pod which hopefully Stas will apply so I don't get the wrong versions again in the future. > keep in mind that these are only a guide - there is lots of documentation > out there to read if you want more than just the bare basics. Yeah, I realize that. I just didn't know that there were more ways to create the TEST script. Adding 't/TEST.PL' as a parameter to the default function does not work. It would be a more helpful guide for me if the other way of generating the script was shown (even if commented out). Would you take a patch? > > The existing code seems to only build the > > default TEST script. > > because that's enough for most people. Generally it has worked fine for me. However, I'm finding that running tests via A::T under Windows is not redirecting STDERR which makes troubleshooting more difficult. I may be doing something wrong but seem to always have to redirect STDERR to a file or else it gets lost in the ether. > > The error occurs when the GET function is called. It looks like it's far > > deeper into the A::T framework than I've ventured. > > I dunno. OK. I suppose this is an issue with Apache::TestRequest which exports the GET function. Should I file a bug report against that package via CPAN so that this issue is noted? William -- Knowmad Services Inc. http://www.knowmad.com
--- testing.pod.orig 2005-02-11 03:19:59.000000000 -0500 +++ testing.pod 2005-02-11 08:43:09.000000000 -0500 @@ -3318,6 +3318,12 @@ Apache-Test README +=item * Bug reporting skeletons + +mod_perl 2: http://perl.apache.org/~geoff/Apache-Test-skeleton-mp2.tar.gz + +mod_perl 1: http://perl.apache.org/~geoff/Apache-Test-skeleton-mp1.tar.gz + =item * extreme programming methodology Extreme Programming: A Gentle Introduction: