]> 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:05:56 +0000 (08:05 +1300)
commit313a6643704f3ebb43bcef9fb9b992ed61fe91c1
tree59054ab7900e3f42acf3f2c9a8e65d7244259cba
parent702736d9da0f62a37b20b01491745c7f6da9bbf1
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>
Conflicts:
t/00-load.t

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
t/00-load.t