[Koha-bugs] [Bug 8924] Some modules erroneously skipped by 00-load

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 1 01:47:47 CET 2013


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

Jared Camins-Esakov <jcamins at cpbibliography.com> changed:

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

--- Comment #3 from Jared Camins-Esakov <jcamins at cpbibliography.com> ---
Created attachment 14346
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14346&action=edit
Bug 8924: Some modules erroneously skipped by 00-load

Several patterns were being skipped unnecessarily in t/00-load.t:
* C4::Cache* - no longer exists
* C4::Record - no longer requires database
* C4::Serials - no longer requires database

To test:
1) Unset KOHA_CONF and/or shut down MySQL.
2) Run `prove t/00-load.t`
3) If the test passes, the patch is good.

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


More information about the Koha-bugs mailing list