[Koha-bugs] [Bug 13451] Holidays.t assumes default data

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Dec 13 18:08:43 CET 2014


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

Nick Clemens <nick at quecheelibrary.org> changed:

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

--- Comment #2 from Nick Clemens <nick at quecheelibrary.org> ---
Created attachment 34377
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=34377&action=edit
[SIGNED OFF] Bug 13451: Holidays.t assumes default data

This patch removes that assumption by expressly setting data
to be default.

TEST PLAN
---------
1) Ensure that branch code is NOT 'MPL' in the
   repeatable_holidays table in your database.
2) Ensure that branch codes 'MPL' and 'CPL' do not exist
   in the branches table in your database.
3) prove t/db_dependent/Holidays.t
   -- this should bomb horribly.
4) Apply patch
5) prove t/db_dependent/Holidays.t
   -- all tests should succeed.
6) run koha qa tests

Signed-off-by: Nick Clemens <nick at quecheelibrary.org>

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


More information about the Koha-bugs mailing list