Re: [svn:mod_parrot] rev 174 - in mod_parrot/trunk/t: . conf lib
[email protected] (Geoffrey Young)
| Newsgroups | perl.cvs.mod_parrot |
|---|---|
| Message-ID | <[email protected]> |
> +# Apache::RequestRec->status > +$res = GET '/parrot-test/RequestRec-status'; > +is($res->code, 201, 'status'); this is the kind of thing that would work well from the server side. care to help me write test-more.pir? if we had a library like that we could probably autogenerate basic get/set tests for all record slots along with the code itself. --Geoff