Skip Menu |

This queue is for tickets about the RT-Extension-MandatorySubject CPAN distribution.

Report information
The Basics
Id: 48288
Status: resolved
Priority: 0/
Queue: RT-Extension-MandatorySubject

People
Owner: ELACOUR [...] cpan.org
Requestors: sven.sternberger [...] desy.de
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in:
  • 0.02
  • 0.01
Fixed in: (no value)



Subject: Test fails in Extension!
Date: Wed, 29 Jul 2009 10:54:58 +0200
To: bug-RT-Extension-MandatorySubject [...] rt.cpan.org
From: Sven Sternberger <sven.sternberger [...] desy.de>
The test suite always fails, due to some dependency to the module "WatchedQueues.pm" I guess there is no real dependency it is just a mistake in the test script. The module itself work and was very helpful. So thank you for the module and best regards sven The log: ======== # make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/00-load......... # Failed test 'use RT::Extension::WatchedQueues;' # in t/00-load.t at line 6. # Tried to use 'RT::Extension::WatchedQueues'. # Error: Can't locate RT/Extension/WatchedQueues.pm in @INC (@INC contains: /root/ExtraPerlModules/RT-Extension-MandatorySubject-0.02/inc /root/ExtraPerlModules/RT-Extension-MandatorySubject-0.02/blib/lib /root/ExtraPerlModules/RT-Extension-MandatorySubject-0.02/blib/arch /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi /usr/lib64/perl5/site_perl/5.8.7/x86_64-linux-thread-multi /usr/lib64/perl5/site_perl/5.8.6/x86_64-linux-thread-multi /usr/lib64/perl5/site_perl/5.8.5/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi /usr/lib64/perl5/vendor_perl/5.8.7/x86_64-linux-thread-multi /usr/lib64/perl5/vendor_perl/5.8.6/x86_64-linux-thread-multi /usr/lib64/perl5/vendor_perl/5.8.5/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl/5.8.6 /usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/5.8.8) at (eval 3) line 2. # BEGIN failed--compilation aborted at t/00-load.t line 6. t/00-load.........NOK 1Use of uninitialized value in concatenation (.) or string at t/00-load.t line 9. # Testing RT::Extension::WatchedQueues , Perl 5.008008, /usr/bin/perl # Looks like you failed 1 test of 1. t/00-load.........dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/boilerplate.....ok 1/3couldn't open lib/RT/Extension/WatchedQueues.pm for reading: No such file or directory at t/boilerplate.t line 9. # Looks like you planned 3 tests but only ran 2. # Looks like your test died just after 2. t/boilerplate.....dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 3 Failed 1/3 tests, 66.67% okay t/pod-coverage....ok t/pod.............ok Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/00-load.t 1 256 1 1 100.00% 1 t/boilerplate.t 255 65280 3 2 66.67% 3 (2 subtests UNEXPECTEDLY SUCCEEDED). Failed 2/4 test scripts, 50.00% okay. 2/6 subtests failed, 66.67% okay.
Le Mer. Jul. 29 04:55:29 2009, sven.sternberger@desy.de a écrit : Show quoted text
> The test suite always fails, due to some > dependency to the module "WatchedQueues.pm" > > I guess there is no real dependency it is just > a mistake in the test script. >
Sure it's a mistake due to code copy :( I fixed this and just uploaded a nex release to cpan (only this change). Show quoted text
> The module itself work and was very helpful. > So thank you for the module and best regards >
You're welcome :)