[Koha-bugs] [Bug 17583] Use Koha::Patron->is_expired from circulation.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 15 11:48:21 CET 2016


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

Josef Moravec <josef.moravec at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #12 from Josef Moravec <josef.moravec at gmail.com> ---
This doesn't works for me, the test returns:

    #   Failed test 'Patron should not be considered going to expire if
dateexpiry is today'
    #   at t/db_dependent/Koha/Patrons.t line 195.
    #          got: '1'
    #     expected: '0'
    # Looks like you failed 1 test of 9.

It's this test: 

195     is( $patron->is_going_to_expired, 0, 'Patron should not be considered
going to expire if dateexpiry is today');

Testing on top of Bug 17594 and Bug 17579

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


More information about the Koha-bugs mailing list