Bug 12570

Summary: Warnings in t/Biblio.t could be tested
Product: Koha Reporter: Tomás Cohen Arazi <tomascohen>
Component: Test SuiteAssignee: Tomás Cohen Arazi <tomascohen>
Status: CLOSED FIXED QA Contact: Galen Charlton <gmcharlt>
Severity: trivial    
Priority: P5 - low CC: bgkriegel
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Small patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 12570: test for carped warnings in t/Biblio.t
[SIGNED-OFF] Bug 12570: test for carped warnings in t/Biblio.t
[PASSED QA] Bug 12570: test for carped warnings in t/Biblio.t

Description Tomás Cohen Arazi 2014-07-14 13:01:35 UTC
To test:
- Run prove t/Biblio.t
- Warnings printed on STDOUT

Those could be catched and its output documented in the unit tests.
Comment 1 Tomás Cohen Arazi 2014-07-14 13:04:07 UTC Comment hidden (obsolete)
Comment 2 Bernardo Gonzalez Kriegel 2014-07-26 21:26:16 UTC Comment hidden (obsolete)
Comment 3 Katrin Fischer 2014-07-27 22:39:05 UTC
Created attachment 30169 [details] [review]
[PASSED QA] Bug 12570: test for carped warnings in t/Biblio.t

To test:
- Run
  $ prove t/Biblio.t
=> Warnings printed to STDOUT
- Apply patch
- Run
  $ prove t/Biblio.t
=> No warnings

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
No more warnings. No koha-qa errors

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Works as described.
Comment 4 Tomás Cohen Arazi 2014-07-29 14:51:12 UTC
Patch pushed to master.