Summary: | 00-load should not try to load modules with optional dependencies | ||
---|---|---|---|
Product: | Koha | Reporter: | Jared Camins-Esakov <jcamins> |
Component: | Test Suite | Assignee: | 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: | ||
Circulation function: | |||
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
Created attachment 13376 [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. Applies fine, and works as long as bug 9036 is applied first. 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> Oops, my fault. Good catch Jared. Marked as Passed QA This patch has been pushed to master. Patch pushed to branch 3.10.x Works in current master. |