Bug 13928

Summary: Noisy t/Borrower tests
Product: Koha Reporter: Mark Tompsett <mtompset>
Component: Test SuiteAssignee: Mark Tompsett <mtompset>
Status: CLOSED FIXED QA Contact: Galen Charlton <gmcharlt>
Severity: minor    
Priority: P5 - low CC: aleisha, josef.moravec, kyle, tomascohen
Version: Main   
Hardware: All   
OS: All   
See Also: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13882
Change sponsored?: --- Patch complexity: Small patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 13928: Clean up noisy t/Borrower.t tests
Bug 13928: Clean up noisy t/Borrower.t tests
Bug 9120: Prevent form submission on adding tags - OPAC
Bug 9120: Prevent form submission on adding tags - OPAC
[SIGNED-OFF] Bug 13928: Clean up noisy t/Borrower.t tests
Bug 13928: Clean up noisy t/Borrower.t tests

Description Mark Tompsett 2015-03-30 13:04:04 UTC
Rather than generate noisy messages which aren't caught and checked, t/Borrower.t tests should catch them and confirm they are as expected.
Comment 1 Mark Tompsett 2015-03-30 13:11:09 UTC Comment hidden (obsolete)
Comment 2 Mark Tompsett 2015-03-30 13:12:07 UTC Comment hidden (obsolete)
Comment 3 Aleisha Amohia 2015-03-31 03:09:57 UTC Comment hidden (obsolete)
Comment 4 Aleisha Amohia 2015-03-31 03:11:28 UTC Comment hidden (obsolete)
Comment 5 Aleisha Amohia 2015-03-31 03:47:25 UTC
All tests pass, signing off.
Comment 6 Josef Moravec 2015-04-08 09:24:05 UTC Comment hidden (obsolete)
Comment 7 Tomás Cohen Arazi (tcohen) 2015-04-08 15:18:55 UTC
Created attachment 37586 [details] [review]
Bug 13928: Clean up noisy t/Borrower.t tests

While testing bug 13882, noisy messages were noticed. Also,
Test::Warn was used, but no catching attempts were made. This
patch solves that problem.

TEST PLAN
---------
1) prove -v t/Borrowers.t
   -- There should be three noisy lines.
2) apply patch
3) prove -v t/Borrowers.t
   -- There will be 3 more tests and no noisy lines.
4) Run koha qa test tool
   -- There should be no issues.

NOTE: This will conflict with bug 13882 if either gets pushed
      to master, but fixing the conflict should be easy enough.

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Works as expected

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
Comment 8 Tomás Cohen Arazi (tcohen) 2015-04-08 15:22:41 UTC
Patch pushed to master.

Thanks Mark! They annoy me too!