[Koha-bugs] [Bug 15599] Unit tests output warnings

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 6 16:02:01 CEST 2016


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

Tomás Cohen Arazi <tomascohen at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #47243|0                           |1
        is obsolete|                            |

--- Comment #12 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 49973
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=49973&action=edit
Bug 15599: Unit tests output warnings

The unit tests t/db_dependent/Circulation/Returns.t and
t/db_dependent/Items.t print out eh warning "item-level_itypes set but
no itemtype set for item". This should not happen.

Test Plan:
1) prove t/db_dependent/Circulation/Returns.t
2) Note the warning
3) prove t/db_dependent/Items.t
4) Note the warning
5) Apply this patch
6) prove t/db_dependent/Circulation/Returns.t
7) Note there is no warning
8) prove t/db_dependent/Items.t
9) Note there is no warning

Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
Meaningful chages to the tests. Passes qa tests.

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


More information about the Koha-bugs mailing list