Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Email-Send CPAN distribution.

Report information
The Basics
Id: 20740
Status: resolved
Priority: 0/
Queue: Email-Send

People
Owner: Nobody in particular
Requestors: eloy [...] kofeina.net
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: test are not passed
Date: Fri, 28 Jul 2006 13:29:10 +0200
To: bug-Email-Send [...] rt.cpan.org
From: Krzysztof Krzyzaniak <eloy [...] kofeina.net>
eloy@ws90:~/build-area/libemail-send-perl-2.16$ perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Email::Send eloy@ws90:~/build-area/libemail-send-perl-2.16$ make cp lib/Email/Send/SMTP.pm blib/lib/Email/Send/SMTP.pm cp lib/Email/Send/Test.pm blib/lib/Email/Send/Test.pm cp lib/Email/Send/Qmail.pm blib/lib/Email/Send/Qmail.pm cp lib/Email/Send/IO.pm blib/lib/Email/Send/IO.pm cp lib/Email/Send/NNTP.pm blib/lib/Email/Send/NNTP.pm cp lib/Email/Send/Sendmail.pm blib/lib/Email/Send/Sendmail.pm cp lib/Email/Send.pm blib/lib/Email/Send.pm Manifying blib/man3/Email::Send::SMTP.3pm Manifying blib/man3/Email::Send::Test.3pm Manifying blib/man3/Email::Send::Qmail.3pm Manifying blib/man3/Email::Send::NNTP.3pm Manifying blib/man3/Email::Send::IO.3pm Manifying blib/man3/Email::Send::Sendmail.3pm Manifying blib/man3/Email::Send.3pm eloy@ws90:~/build-area/libemail-send-perl-2.16$ make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/abstract-msg.......NOK 2 # Failed test 'we delivered the non-Simple message' # in t/abstract-msg.t at line 43. # got: '0' # expected: '1' Can't call method "body" on an undefined value at t/abstract-msg.t line 45. # Looks like you planned 3 tests but only ran 2. # Looks like you failed 1 test of 2 run. # Looks like your test died just after 2. t/abstract-msg.......dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 2-3 Failed 2/3 tests, 33.33% okay t/all-mailers........ok t/classic............ok 1/3# Looks like you planned 3 tests but only ran 1. t/classic............dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 2-3 Failed 2/3 tests, 33.33% okay t/email-send-test....ok t/email-send.........ok t/errors.............ok t/foreign-mailer.....ok t/io.................skipped all skipped: these tests require IO::All t/modifier...........ok t/no-import..........ok t/object-mailer......ok t/pod-coverage.......ok t/pod................ok t/sendmail...........ok t/test...............ok 1/3# Looks like you planned 3 tests but only ran 1. t/test...............dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 2-3 Failed 2/3 tests, 33.33% okay t/without............skipped all skipped: these tests require Test::Without::Module Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/abstract-msg.t 255 65280 3 3 100.00% 2-3 t/classic.t 255 65280 3 4 133.33% 2-3 t/test.t 255 65280 3 4 133.33% 2-3 2 tests skipped. Failed 3/16 test scripts, 81.25% okay. 6/101 subtests failed, 94.06% okay. make: *** [test_dynamic] Błąd 255 eloy@ws90:~/build-area/libemail-send-perl-2.16$ perl --version This is perl, v5.8.8 built for i486-linux-gnu-thread-multi platform: linux, debian. eloy -- -------e-l-o-y---------------------------e-l-o-y-@-k-o-f-e-i-n-a-.-n-e-t------ jak to dobrze, że są oceany - bez nich byłoby jeszcze smutniej
Subject: Re: [rt.cpan.org #20740] AutoReply: test are not passed
Date: Fri, 28 Jul 2006 15:30:22 +0200
To: bug-Email-Send [...] rt.cpan.org
From: Krzysztof Krzyzaniak <eloy [...] kofeina.net>
Bugs in Email-Send via RT wrote: Show quoted text
> Greetings, > > This message has been automatically generated in response to the > creation of a trouble ticket regarding: > "test are not passed", > a summary of which appears below. > > There is no need to reply to this message right now. Your ticket has been > assigned an ID of [rt.cpan.org #20740]. Your ticket is accessible > on the web at: > > http://rt.cpan.org/Ticket/Display.html?id=20740 > > Please include the string: > > [rt.cpan.org #20740] > > in the subject line of all future correspondence about this issue. To do so, > you may reply to this message. > > Thank you, > bug-Email-Send@rt.cpan.org > > ------------------------------------------------------------------------- > eloy@ws90:~/build-area/libemail-send-perl-2.16$ perl Makefile.PL > Checking if your kit is complete... > Looks good > Writing Makefile for Email::Send > > eloy@ws90:~/build-area/libemail-send-perl-2.16$ make > cp lib/Email/Send/SMTP.pm blib/lib/Email/Send/SMTP.pm > cp lib/Email/Send/Test.pm blib/lib/Email/Send/Test.pm > cp lib/Email/Send/Qmail.pm blib/lib/Email/Send/Qmail.pm > cp lib/Email/Send/IO.pm blib/lib/Email/Send/IO.pm > cp lib/Email/Send/NNTP.pm blib/lib/Email/Send/NNTP.pm > cp lib/Email/Send/Sendmail.pm blib/lib/Email/Send/Sendmail.pm > cp lib/Email/Send.pm blib/lib/Email/Send.pm > Manifying blib/man3/Email::Send::SMTP.3pm > Manifying blib/man3/Email::Send::Test.3pm > Manifying blib/man3/Email::Send::Qmail.3pm > Manifying blib/man3/Email::Send::NNTP.3pm > Manifying blib/man3/Email::Send::IO.3pm > Manifying blib/man3/Email::Send::Sendmail.3pm > Manifying blib/man3/Email::Send.3pm > > eloy@ws90:~/build-area/libemail-send-perl-2.16$ make test > PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" > "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t > t/abstract-msg.......NOK 2 > # Failed test 'we delivered the non-Simple message' > # in t/abstract-msg.t at line 43. > # got: '0' > # expected: '1' > Can't call method "body" on an undefined value at t/abstract-msg.t line 45. > # Looks like you planned 3 tests but only ran 2. > # Looks like you failed 1 test of 2 run. > # Looks like your test died just after 2. > t/abstract-msg.......dubious
IO::All and Email::Abstract should be added to dependencies. eloy -- -------e-l-o-y---------------------------e-l-o-y-@-k-o-f-e-i-n-a-.-n-e-t------ jak to dobrze, że są oceany - bez nich byłoby jeszcze smutniej
Actually, the two tests are for optional features; rather than add a prereq, I have corrected the tests to skip if the features are not available on the test system. Thanks! This is fixed in 2.17, now on its way to the CPAN. -- rjbs