Skip Menu |

This queue is for tickets about the Schedule-TableImage CPAN distribution.

Report information
The Basics
Id: 5645
Status: new
Priority: 0/
Queue: Schedule-TableImage

People
Owner: Nobody in particular
Requestors: lee.goddard [...] procheckup.com
Cc:
AdminCc:

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



Subject: Doens't pass its own test?
[root@protozilla Schedule-TableImage-1.10]# make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/function_calls....ok 1/6Exception 415: Unable to read font (/usr/local/share/fonts/ttf/arial.ttf) at /root/.cpan/build/Schedule-TableImage-1.10/blib/lib/Schedule/TableImage.pm line 81. t/function_calls....dubious Test returned status 15 (wstat 3840, 0xf00) DIED. FAILED tests 2-6 Failed 5/6 tests, 16.67% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/function_calls.t 15 3840 6 5 83.33% 2-6 Failed 1/1 test scripts, 0.00% okay. 5/6 subtests failed, 16.67% okay. make: *** [test_dynamic] Error 2 Perl detals: Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration: Platform: osname=linux, osvers=2.4.21-1.1931.2.382.entsmp, archname=i386-linux-thread-multi uname='linux stripples.devel.redhat.com 2.4.21-1.1931.2.382.entsmp #1 smp wed aug 6 17:18:52 edt 2003 i686 i686 i386 gnulinux '
Subject: Doens't pass its own test? - font required
From: RAHUNT
This occured because the user did not have the "default" font installed on the system. I have changed the test and demo to use a Ghostscript font that a user is more likely to have on their system (instead of a true-type font with a *nix style path.) I've changed the README to reflect that some type fonts are required for module, and that the test requires the Ghostscript font. Unfortunately, I can not simply distribute the true-type font with the module for licensing reasons. [guest - Fri Mar 12 12:19:48 2004]: Show quoted text
> [root@protozilla Schedule-TableImage-1.10]# make test > PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" > "test_harness(0, > 'blib/lib', 'blib/arch')" t/*.t > t/function_calls....ok 1/6Exception 415: Unable to read font > (/usr/local/share/fonts/ttf/arial.ttf) at /root/.cpan/build/Schedule- > TableImage-1.10/blib/lib/Schedule/TableImage.pm line 81. > t/function_calls....dubious > Test returned status 15 (wstat 3840, 0xf00) > DIED. FAILED tests 2-6 > Failed 5/6 tests, 16.67% okay > Failed Test Stat Wstat Total Fail Failed List of Failed > ----------------------------------------------------------------------
--------- Show quoted text
> t/function_calls.t 15 3840 6 5 83.33% 2-6 > Failed 1/1 test scripts, 0.00% okay. 5/6 subtests failed, 16.67% okay. > make: *** [test_dynamic] Error 2 >