Created
October 16, 2009 23:27
-
-
Save rbuels/212150 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| t/solpeople/new-account.t .. | |
| 1..11 | |
| # Using server http://sgn.localhost.localdomain | |
| ok 1 - GET http://sgn.localhost.localdomain/solpeople/new-account.pl | |
| ok 2 - submit form test | |
| ok 3 - Account creation test | |
| ok 4 - submit duplicate username test | |
| ok 5 - Duplicate username test | |
| CXGN::DB::Connection::verbose no longer does anything, might as well remove this invocation at t/solpeople/new-account.t line 49 | |
| ok 6 - password too short form submit | |
| not ok 7 - password too short message test | |
| # Failed test 'password too short message test' | |
| # at t/solpeople/new-account.t line 64. | |
| # searched: "500 Server closed connection without sending any d"... | |
| # can't find: "Password is too short" | |
| There is no form named "submit_userdata" at t/solpeople/new-account.t line 71 | |
| There is no form named "submit_userdata" at /crypt/rob/cpan-lib/lib/perl5/WWW/Mechanize.pm line 1833. | |
| # Looks like you planned 11 tests but ran 7. | |
| # Looks like you failed 1 test of 7 run. | |
| # Looks like your test exited with 255 just after 7. | |
| Dubious, test returned 255 (wstat 65280, 0xff00) | |
| Failed 5/11 subtests | |
| Test Summary Report | |
| ------------------- | |
| t/solpeople/new-account.t (Wstat: 65280 Tests: 7 Failed: 1) | |
| Failed test: 7 | |
| Non-zero exit status: 255 | |
| Parse errors: Bad plan. You planned 11 tests but ran 7. | |
| Files=1, Tests=7, 2 wallclock secs ( 0.01 usr 0.00 sys + 0.73 cusr 0.03 csys = 0.77 CPU) | |
| Result: FAIL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment