]> git.koha-community.org Git - koha.git/commit
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)
committerChris Cormack <chris@bigballofwax.co.nz>
Sat, 12 Jan 2013 19:04:23 +0000 (08:04 +1300)
commit0997d82224105790799c7c619b48c4e4d304d748
treeb58b700773181f17c469514d74522b4a59c55688
parentc0a92e3b3df18564c9f54bb5121950d0dbce000d
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>
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
t/00-load.t