Bug 9054

Summary: 00-load should not try to load modules with optional dependencies
Product: Koha Reporter: Jared Camins-Esakov <jcamins>
Component: Test SuiteAssignee: Jared Camins-Esakov <jcamins>
Status: CLOSED FIXED QA Contact: Jonathan Druart <jonathan.druart>
Severity: critical    
Priority: P5 - low CC: chris, jcamins, jonathan.druart, paul.poulain
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 9036    
Bug Blocks:    
Attachments: Bug 9054: 00-load should not try to load modules with optional dependencies
Bug 9054: 00-load should not try to load modules with optional dependencies

Description Jared Camins-Esakov 2012-11-10 17:45:50 UTC
At the moment, t/00-load.t is trying to load Koha::SearchEngine, which failes when Moose is not installed.
Comment 1 Jared Camins-Esakov 2012-11-10 19:06:11 UTC Comment hidden (obsolete)
Comment 2 Chris Cormack 2012-11-11 06:07:41 UTC
Applies fine, and works as long as bug 9036 is applied first.
Comment 3 Chris Cormack 2012-11-11 06:08:57 UTC
Created attachment 13378 [details] [review]
Bug 9054: 00-load should not try to load modules with optional dependencies

Prior to this patch, t/00-load.t was trying to load Koha::SearchEngine,
which fails when Moose is not installed.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Comment 4 Jonathan Druart 2012-11-12 10:55:37 UTC
Oops, my fault. Good catch Jared.
Marked as Passed QA
Comment 5 Jared Camins-Esakov 2012-11-12 23:51:23 UTC
This patch has been pushed to master.
Comment 6 Paul Poulain 2012-11-16 17:29:52 UTC
Patch pushed to branch 3.10.x
Comment 7 Jared Camins-Esakov 2012-12-03 13:00:41 UTC
Works in current master.