| Summary: | t/Koha_Email.t depends on the database | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Chris Cormack <chris> |
| Component: | Test Suite | Assignee: | Chris Cormack <chris> |
| Status: | CLOSED FIXED | QA Contact: | Galen Charlton <gmcharlt> |
| Severity: | major | ||
| Priority: | P5 - low | CC: | robin, tomascohen |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 |
| Patch complexity: | Trivial patch | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: | Circulation function: | ||
| Attachments: |
Bug 13172 t/Koha_Email.t was database dependent
Bug 13172 t/Koha_Email.t was database dependent [PASSED QA] Bug 13172 t/Koha_Email.t was database dependent |
||
|
Description
Chris Cormack
2014-10-30 22:08:18 UTC
Created attachment 33005 [details] [review] Bug 13172 t/Koha_Email.t was database dependent To test 1/ Stop your database server 2/ run t/Koha_Email.t 3/ Notice the errors 4/ Apply patch 5/ run t/Koha_Email.t again 6/ No errors (Don't forget to restart your db server after) Created attachment 33014 [details] [review] Bug 13172 t/Koha_Email.t was database dependent To test 1/ Stop your database server 2/ run t/Koha_Email.t 3/ Notice the errors 4/ Apply patch 5/ run t/Koha_Email.t again 6/ No errors (Don't forget to restart your db server after) Signed-off-by: Robin Sheat <robin@catalyst.net.nz> Verified that it fixes a package build. Going to break the rules a bit here and mark this as signed off because it's needed for package builds. Created attachment 33015 [details] [review] [PASSED QA] Bug 13172 t/Koha_Email.t was database dependent To test 1/ Stop your database server 2/ run t/Koha_Email.t 3/ Notice the errors 4/ Apply patch 5/ run t/Koha_Email.t again 6/ No errors (Don't forget to restart your db server after) Signed-off-by: Robin Sheat <robin@catalyst.net.nz> Verified that it fixes a package build. Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Works as described, tests pass now without database connection. Patch pushed to master. Thanks Chris! |