[Koha-bugs] [Bug 9486] t/Letters.t loads modules in wrong order

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 24 20:09:58 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9486

Chris Cormack <chris at bigballofwax.co.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |chris at bigballofwax.co.nz

--- Comment #2 from Chris Cormack <chris at bigballofwax.co.nz> ---
Before
1..2
DBD::mysql::db do failed: Unknown or incorrect time zone: 'Pacific/Auckland' at
C4/Context.pm line 825, <DATA> line 429.
ok 1 - use C4::Letters;
not ok 2 - HASH ref of ISBN is book
#   Failed test 'HASH ref of ISBN is book'
#   at t/Letters.t line 36.
#          got: undef
#     expected: 'book'
# Looks like you failed 1 test of 2

After
1..2
Name "DBI::errstr" used only once: possible typo at t/Letters.t line 16.
ok 1 - use C4::Letters;
ok 2 - HASH ref of ISBN is boo

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list