]> 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)
committerLiz Rea <liz@catalyst.net.nz>
Mon, 28 Jan 2013 20:57:25 +0000 (09:57 +1300)
commitc0e60a9079c8ffa970676172870eab75ccbcac5d
tree206641c17fee91e3bc4b41ed3ea2952afd30c1a0
parent246751d150a2b250be2721dca089d3096c353be3
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>
Signed-off-by: Liz Rea <liz@catalyst.net.nz>
t/00-load.t