Bug 8924: Some modules erroneously skipped by 00-load
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Tue, 1 Jan 2013 00:45:58 +0000 (19:45 -0500)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Fri, 4 Jan 2013 13:25:06 +0000 (08:25 -0500)
commitff7fdd79bb00c58b5900dfb6d154657db445a9e6
tree1dd98a0b2276a754803b98fd67d187bdf047f117
parent9970c7e93c2b0383e5522b593fe12462a0228b32
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.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
144 tests passing.

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
t/00-load.t