[Catalyst] Live test for Catalyst::Plugin::XMLRPC 0.05

Yoshinori Sano yoshinori.sano at gmail.com
Mon Nov 28 14:09:40 CET 2005


Hi,
I wrote a live test (not perfect, however) for Catalyst::Plugin::XMLRPC 0.05.
I hope the live test meets with the catalyst team's requirements.

To run the live test, please type the following commands at your terminal.

$ tar zxvf Catalyst-Plugin-XMLRPC-0.05.livetest.tar.gz
$ cd Catalyst-Plugin-XMLRPC-0.05.livetest
$ prove -v t/04live.t
t/04live....1..8
ok 1 - Request
ok 2 - Response Successful 2xx
ok 3 - Response Code
ok 4 - Content OK
ok 5 - Request
ok 6 - Response Successful 2xx
ok 7 - Response Code
ok 8 - Content OK
ok
All tests successful.
Files=1, Tests=8,  1 wallclock secs ( 0.88 cusr +  0.12 csys =  1.00 CPU)


Note that the files in the t/lib directory of the archive are copied
from Catalyst-5.57/t/lib.
These files are necessary to achieve live test. (Another better way exists?)

Here is the important files:
- t/04live.t (added)
- lib/TestApp.pm (modified)
- lib/TestApp/Controller/Plugin/XMLRPC.pm (added)


Thanks in advance,
--
Yoshinori Sano
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Catalyst-Plugin-XMLRPC-0.05.livetest.tar.gz
Type: application/x-gzip
Size: 8796 bytes
Desc: not available
Url : http://lists.rawmode.org/pipermail/catalyst/attachments/20051128/d8ec8773/Catalyst-Plugin-XMLRPC-0.05.livetest.tar.bin


More information about the Catalyst mailing list