https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33200

William Lavoie <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #31 from William Lavoie <[email protected]> ---
I tried using a KTD, it seems like t/db_dependent/Reserves.t deletes
information it shouldn't. Before running the tests,  select count(*) from
letter; gave me 107  whereas after the test it was only 2. 

Additionally on the first run with the patch applied, 73 tests were successful
(why are there 81 tests planned? Unless I am mistaken the latest patch adds 4
to the pre-existing 69 tests), whereas on the second run 70/73 were successful,
and I got the error message 

#   Failed test 'patron notified when item set to waiting'
#   at t/db_dependent/Reserves.t line 452.
#          got: '0'
#     expected: '1'

#   Failed test 'patron not notified a second time (bug 11445)'
#   at t/db_dependent/Reserves.t line 457.
#          got: '0'
#     expected: '1'
No circulation HOLD_SLIP letter transported by email at
/kohadevbox/koha/C4/Letters.pm line 602.

#   Failed test 'can successfully generate hold slip (bug 10949)'
#   at t/db_dependent/Reserves.t line 469.
No reserves HOLD letter transported by print at /kohadevbox/koha/C4/Letters.pm
line 602.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to