Bug 8890: don't try to load DB-dependent modules
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Tue, 16 Oct 2012 09:14:42 +0000 (05:14 -0400)
committerPaul Poulain <paul.poulain@biblibre.com>
Wed, 24 Oct 2012 15:52:39 +0000 (17:52 +0200)
commit7ee042f12501c1cd92c3b39c9d63c5017c93f2b8
treefd8caa06f8c621ddedf8fd5d44d4d2b33c06971a
parentb29e5246568d9b8bd22ebfe889f9dd4d8e943ba9
Bug 8890: don't try to load DB-dependent modules

C4::Members::Statistics uses the database in its BEGIN {} block,
which breaks the package build process. This patch causes it to be
skipped in the 00-load test.

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