Summary: | Some modules erroneously skipped by 00-load | ||
---|---|---|---|
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: | minor | ||
Priority: | P5 - low | CC: | chris, jonathan.druart, kyle |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 8890 | ||
Bug Blocks: | |||
Attachments: |
Bug 8924: Some modules erroneously skipped by 00-load
Bug 8924: Some modules erroneously skipped by 00-load Bug 8924: Some modules erroneously skipped by 00-load Bug 8924: Some modules erroneously skipped by 00-load |
Description
Jared Camins-Esakov
2012-10-16 09:29:59 UTC
Created attachment 12845 [details] [review] 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 Created attachment 14346 [details] [review] 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. Created attachment 14348 [details] [review] 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. QA Comments: All Tests passed Marked as passed QA. Created attachment 14411 [details] [review] 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> This patch has been pushed to master. Pushed to 3.10.x and 3.8.x This patch was not intended for 3.6.x. |