From: Boris Z. <bz...@2b...> - 2004-07-28 21:13:50
|
Hi, I try to add some basic tests so that users may find errors more quick. The tests work clean for Apache-PageKit-2.14_06. If the tests are more wildly tested, I put them also on cvs and include them in A::P-1.15. If you miss a test, or a test fail for you, I'm more than happy to help. To test the creation of a new account, I add a new user charlie_???????? so if you are lazy ( like me too ) and copy the database do not forget to delete that user. The 00000000 part can change. I get a secure database back do delete FROM pkit_user WHERE email = 'charlie@brown.xy'; here is my output from make test /usr/bin/perl -Iblib/arch -Iblib/lib \ t/TEST -clean [warning] setting ulimit to allow core files ulimit -c unlimited; /usr/bin/perl /home/boris/w/A-P-tests/t/TEST -clean --documentroot '/home/boris/w/A-P-tests/eg' APACHE_TEST_GROUP= APACHE_TEST_HTTPD= APACHE_TEST_PORT=12345 APACHE_TEST_USER= APACHE_TEST_APXS= \ /usr/bin/perl -Iblib/arch -Iblib/lib \ t/TEST -bugreport -verbose=0 [warning] setting ulimit to allow core files ulimit -c unlimited; /usr/bin/perl /home/boris/w/A-P-tests/t/TEST -bugreport -verbose=0 --documentroot '/home/boris/w/A-P-tests/eg' /opt/apache2/bin/httpd -d /home/boris/w/A-P-tests/t -f /home/boris/w/A-P-tests/t/conf/httpd.conf -D APACHE2 -D PERL_USEITHREADS using Apache/2.0.49 (prefork MPM) waiting 60 seconds for server to start: .... waiting 60 seconds for server to start: ok (waited 3 secs) server localhost:12345 started t/01_dummy...........ok t/02_language........ok t/03_charset.........ok t/04_anon_cookies....ok t/05_account.........ok t/06_login...........ok t/07_restricted......ok All tests successful. Files=7, Tests=55, 27 wallclock secs ( 7.77 cusr + 0.55 csys = 8.32 CPU) [warning] server localhost:12345 shutdown -- Boris |