Re: testing web foo with Test::More

2001-10-09 Thread Kirrily 'Skud' Robert
On Tue, Oct 09, 2001 at 09:17:06AM -0400, Shane Landrum wrote: | On Sun, Oct 07, 2001 at 03:30:58PM -0400, Kirrily 'Skud' Robert ([EMAIL PROTECTED]) |wrote: | > OK, I've been putting off figuring this out for ages, but here it is: | | | | Another way to accomplish the same thing, that I hacked

Re: testing web foo with Test::More

2001-10-09 Thread Shane Landrum
On Sun, Oct 07, 2001 at 03:30:58PM -0400, Kirrily 'Skud' Robert ([EMAIL PROTECTED]) wrote: > OK, I've been putting off figuring this out for ages, but here it is: Another way to accomplish the same thing, that I hacked up to test an internal password-protected web gadget:

testing web foo with Test::More

2001-10-07 Thread Kirrily 'Skud' Robert
OK, I've been putting off figuring this out for ages, but here it is: #!/usr/bin/perl -w use strict; use Inline 'WebChat'; use Test::More 'no_plan'; ok(google(), "Can get google"); __END__ __WebChat__ sub google { GET http://google.