| Summary: | Silence warnings t/Debug.t | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Mark Tompsett <mtompset> |
| Component: | Test Suite | Assignee: | Mark Tompsett <mtompset> |
| Status: | CLOSED FIXED | QA Contact: | Galen Charlton <gmcharlt> |
| Severity: | minor | ||
| Priority: | P5 - low | CC: | bgkriegel, jonathan.druart, tomascohen |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Bug Depends on: | |||
| Bug Blocks: | 8879 | ||
| Attachments: |
Bug 14114: Silence warns and cleanup t/Debug.t
[SIGNED-OFF] Bug 14114: Silence warns and cleanup t/Debug.t Bug 14114: Silence warns and cleanup t/Debug.t |
||
|
Description
Mark Tompsett
2015-05-01 21:13:14 UTC
Created attachment 38755 [details] [review] Bug 14114: Silence warns and cleanup t/Debug.t TEST PLAN --------- 1) $ prove t/Debug.t -- What's with this BEFORE and AFTER stuff?! 2) apply patch 3) $ prove t/Debug.t -- cleaner, and you only get fuller output with -v. 4) koha qa test tools Created attachment 38905 [details] [review] [SIGNED-OFF] Bug 14114: Silence warns and cleanup t/Debug.t TEST PLAN --------- 1) $ prove t/Debug.t -- What's with this BEFORE and AFTER stuff?! 2) apply patch 3) $ prove t/Debug.t -- cleaner, and you only get fuller output with -v. 4) koha qa test tools Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> Cleaner, no koha-qa errors Created attachment 39381 [details] [review] Bug 14114: Silence warns and cleanup t/Debug.t TEST PLAN --------- 1) $ prove t/Debug.t -- What's with this BEFORE and AFTER stuff?! 2) apply patch 3) $ prove t/Debug.t -- cleaner, and you only get fuller output with -v. 4) koha qa test tools Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> Cleaner, no koha-qa errors Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Patch pushed to master. Thanks Mark! |