[Koha-bugs] [Bug 17759] New: Fixing theoretical problems with guarantorid in Members.t

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Dec 12 12:50:49 CET 2016


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

            Bug ID: 17759
           Summary: Fixing theoretical problems with guarantorid in
                    Members.t
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Test Suite
          Assignee: chris at bigballofwax.co.nz
          Reporter: m.de.rooy at rijksmuseum.nl
        QA Contact: gmcharlt at gmail.com

This comes from bug 17733:

I manipulated guarantorid of some borrower (with your calculation ;)
And the first time I ran the test, it failed:

not ok 65 - TrackLastPatronActivity - 2 patrons must be deleted
#   Failed test 'TrackLastPatronActivity - 2 patrons must be deleted'
#   at t/db_dependent/Members.t line 363.
#          got: '1'
#     expected: '2'
not ok 66 - TrackLastPatronActivity - 3 patrons must be deleted
#   Failed test 'TrackLastPatronActivity - 3 patrons must be deleted'
#   at t/db_dependent/Members.t line 365.
#          got: '2'
#     expected: '3'

As expected, the test did not fail when running it again.
So you need to remove some guarantorids here too. GetBorrowersToExpunge checks
for this column.

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


More information about the Koha-bugs mailing list