]> git.koha-community.org Git - koha.git/commit
Bug 14602 - Fix failing t/Creators.t test
authorMason James <mtj@kohaaloha.com>
Sat, 25 Jul 2015 08:51:52 +0000 (20:51 +1200)
committerMason James <mtj@kohaaloha.com>
Sat, 25 Jul 2015 13:20:20 +0000 (01:20 +1200)
commita6736a7e1660e09aab633e1493c45d39108c3a26
tree27109d16d26d96b82ded4a3d3562716329ea650d
parent06909e8ead42e74eda6b5af36731ece7226737c6
Bug 14602 - Fix failing t/Creators.t test

to test..

1/ run t/Creators.t test from git repo, get a FAIL

2/ apply patch

3/ repeat step 1, get a PASS

mason@xen1:~/g/k/3.16.x$ sudo  koha-shell -c 'export PERL5LIB=/home/mason/g/k/3.16.x ; cd /home/mason/g/k/3.16.x ;  prove -v  t/Creators.t' k316x1
t/Creators.t ..
1..16
ok 1 - use C4::Creators;
ok 2 - use C4::Creators::PDF;
ok 3 - testing new() works
ok 4 - testing pdf file created
ok 5 - testing Add() works
ok 6 - testing Bookmark() works
ok 7 - testing Compress() works
ok 8 - testing Font() works
ok 9 - testing FontSize() is set to 12 by default
ok 10 - testing FontSize() can be set to a different value
ok 11 - testing Page() works
ok 12 - testing StrWidth() returns correct point width
ok 13 - testing Text() writes from a given x-value
ok 14 - testing Text() writes to the correct x-value
ok 15 - testing End() works
ok 16 - test file /tmp/4YjPQDExeS created OK
ok
All tests successful.
Files=1, Tests=16,  1 wallclock secs ( 0.03 usr  0.01 sys +  0.48 cusr  0.05 csys =  0.57 CPU)
Result: PASS
t/Creators.t