PATH=/opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2012-09-17T05:20:06 ActivePerl-1402 CPAN-1.9402 Going to read '/export/home/fly1464/var/cpan/Metadata' Database was generated on Mon, 17 Sep 2012 09:43:03 GMT Running make for N/NE/NEWELLC/OpenERP-XMLRPC-Simple-0.14.tar.gz Checksum for /net/nas/data/cpan/authors/id/N/NE/NEWELLC/OpenERP-XMLRPC-Simple-0.14.tar.gz ok OpenERP-XMLRPC-Simple-0.14/ OpenERP-XMLRPC-Simple-0.14/README OpenERP-XMLRPC-Simple-0.14/MANIFEST OpenERP-XMLRPC-Simple-0.14/META.yml OpenERP-XMLRPC-Simple-0.14/LICENSE OpenERP-XMLRPC-Simple-0.14/MANIFEST.SKIP OpenERP-XMLRPC-Simple-0.14/Makefile.PL OpenERP-XMLRPC-Simple-0.14/META.json OpenERP-XMLRPC-Simple-0.14/dist.ini OpenERP-XMLRPC-Simple-0.14/MYMETA.json OpenERP-XMLRPC-Simple-0.14/MYMETA.yml OpenERP-XMLRPC-Simple-0.14/Changes OpenERP-XMLRPC-Simple-0.14/lib/ OpenERP-XMLRPC-Simple-0.14/lib/OpenERP/ OpenERP-XMLRPC-Simple-0.14/lib/OpenERP/XMLRPC/ OpenERP-XMLRPC-Simple-0.14/lib/OpenERP/XMLRPC/Client.pm OpenERP-XMLRPC-Simple-0.14/lib/OpenERP/XMLRPC/Simple.pm OpenERP-XMLRPC-Simple-0.14/t/ OpenERP-XMLRPC-Simple-0.14/t/01-xmlrpc-client.t OpenERP-XMLRPC-Simple-0.14/t/00-load.t OpenERP-XMLRPC-Simple-0.14/t/02-xmlrpc-simple.t OpenERP-XMLRPC-Simple-0.14/t/pod.t OpenERP-XMLRPC-Simple-0.14/t/author-critic.t OpenERP-XMLRPC-Simple-0.14/t/lib/ OpenERP-XMLRPC-Simple-0.14/t/lib/auto/ OpenERP-XMLRPC-Simple-0.14/t/lib/auto/Test/ OpenERP-XMLRPC-Simple-0.14/t/lib/auto/Test/MockOpenERP/ OpenERP-XMLRPC-Simple-0.14/t/lib/auto/Test/MockOpenERP/rpc_responses/ OpenERP-XMLRPC-Simple-0.14/t/lib/auto/Test/MockOpenERP/rpc_responses/object/ OpenERP-XMLRPC-Simple-0.14/t/lib/auto/Test/MockOpenERP/rpc_responses/object/execute_unlink.http_response OpenERP-XMLRPC-Simple-0.14/t/lib/auto/Test/MockOpenERP/rpc_responses/object/execute_search.http_response OpenERP-XMLRPC-Simple-0.14/t/lib/auto/Test/MockOpenERP/rpc_responses/object/execute_create.http_response OpenERP-XMLRPC-Simple-0.14/t/lib/auto/Test/MockOpenERP/rpc_responses/object/execute_read.http_response OpenERP-XMLRPC-Simple-0.14/t/lib/auto/Test/MockOpenERP/rpc_responses/object/execute_write.http_response OpenERP-XMLRPC-Simple-0.14/t/lib/auto/Test/MockOpenERP/rpc_responses/common/ OpenERP-XMLRPC-Simple-0.14/t/lib/auto/Test/MockOpenERP/rpc_responses/common/login.http_response OpenERP-XMLRPC-Simple-0.14/t/lib/Test/ OpenERP-XMLRPC-Simple-0.14/t/lib/Test/MockOpenERP.pm CPAN.pm: Going to build N/NE/NEWELLC/OpenERP-XMLRPC-Simple-0.14.tar.gz >>> /export/home/fly1464/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for OpenERP::XMLRPC::Simple Writing MYMETA.yml and MYMETA.json >>> make cp lib/OpenERP/XMLRPC/Client.pm blib/lib/OpenERP/XMLRPC/Client.pm cp lib/OpenERP/XMLRPC/Simple.pm blib/lib/OpenERP/XMLRPC/Simple.pm Manifying blib/man3/OpenERP::XMLRPC::Client.3 Manifying blib/man3/OpenERP::XMLRPC::Simple.3 NEWELLC/OpenERP-XMLRPC-Simple-0.14.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /export/home/fly1464/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Testing OpenERP::XMLRPC::Client t/00-load.t ........... 1..1 ok 1 - use OpenERP::XMLRPC::Client; ok t/01-xmlrpc-client.t .. ok 1 - use OpenERP::XMLRPC::Client; ok 2 - created ok 3 - has the method "object_execute" ok 4 - has the method "object_exec_workflow" ok 5 - has the method "report_report" ok 6 - has the method "report_report_get" 1..6 ok # # ################################################################# # # # # # The following tests are built to run against a Mock OpenERP. # # # (and will do, by default) # # # To run the tests against a real OpenERP please specify the # # # following $ENV variables # # # # # # OPENERP_SIMPLE_HOST - required! # # # OPENERP_SIMPLE_PORT - default = 8069 # # # OPENERP_SIMPLE_NAME - default = terp # # # OPENERP_SIMPLE_USER - default = admin # # # OPENERP_SIMPLE_PASS - default = admin # # # # # ################################################################# # Testing against mock OpenERP server t/02-xmlrpc-simple.t .. 1..18 ok 1 - use OpenERP::XMLRPC::Client; ok 2 - instanciated ok 3 - create - partner using details ok 4 - create - result is ID more than 1 ok 5 - update - partner using details ok 6 - update - result is ok ok 7 - search - all - returns id only ok 8 - search - all - result is array ref ok 9 - search - all - result index 1 is and int ok 10 - search - all - returns array of data ok 11 - search - all - result is array ref ok 12 - search - all - result index 1 is a hash ref ok 13 - search - with args ok 14 - read - get 2 results ok 15 - read - multi - result is array ref ok 16 - read - get 1 result ok 17 - read - single - result is hash ref ok 18 - delete - partner using id ok t/author-critic.t ..... skipped: these tests are for testing by the author t/pod.t ............... skipped: set TEST_POD to enable this test All tests successful. Files=5, Tests=25, 18 wallclock secs ( 0.19 usr 0.03 sys + 14.32 cusr 1.11 csys = 15.65 CPU) Result: PASS NEWELLC/OpenERP-XMLRPC-Simple-0.14.tar.gz make test TEST_VERBOSE=1 -- OK Colin Newell <CENSORED> Simple interaction with OpenERP XML RPC interface. >>> (cd /export/home/fly1464/var/cpan/build/OpenERP-XMLRPC-Simple-0.14-RJ1mvK && tar cvf - OpenERP-XMLRPC-Simple-0.14.ppd blib) | gzip -c >/export/home/fly1464/var/REPO/N/NE/NEWELLC/OpenERP-XMLRPC-Simple-0.14.tar.gz OpenERP-XMLRPC-Simple-0.14.ppd blib/ blib/lib/ blib/lib/OpenERP/ blib/lib/OpenERP/XMLRPC/ blib/lib/OpenERP/XMLRPC/Client.pm blib/lib/OpenERP/XMLRPC/Simple.pm blib/man3/ blib/man3/OpenERP::XMLRPC::Client.3 blib/man3/OpenERP::XMLRPC::Simple.3 >>> mv /export/home/fly1464/var/cpan/build/OpenERP-XMLRPC-Simple-0.14-RJ1mvK/OpenERP-XMLRPC-Simple-0.14.ppd /export/home/fly1464/var/REPO/N/NE/NEWELLC Finished 2012-09-17T05:20:37