Bug 14120

Summary: Silence warnings t/db_dependent/Auth.t
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: tomascohen
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 5010    
Bug Blocks: 8879    
Attachments: Bug 14120: Fixing t/db_dependent/Auth.t noise
[SIGNED-OFF] Bug 14120: Fixing t/db_dependent/Auth.t noise
[PASSED QA] Bug 14120: Fixing t/db_dependent/Auth.t noise

Description Mark Tompsett 2015-05-02 04:08:27 UTC
prove t/db_dependent/Auth.t is noisy. Reduce the noise.
Comment 1 Mark Tompsett 2015-05-02 04:09:53 UTC
In order to fully remove all the warnings, bug 5010 needs to be applied. Fixing the updatedatabase.pl for the application is easy enough.
Comment 2 Mark Tompsett 2015-05-02 04:14:05 UTC Comment hidden (obsolete)
Comment 3 Bernardo Gonzalez Kriegel 2015-05-15 22:32:22 UTC Comment hidden (obsolete)
Comment 4 Kyle M Hall (khall) 2015-05-29 15:32:56 UTC
Created attachment 39691 [details] [review]
[PASSED QA] Bug 14120: Fixing t/db_dependent/Auth.t noise

TEST PLAN
---------
1) $ prove t/db_dependent/Auth.t
   -- warnings
2) Apply this patch
3) $ prove t/db_dependent/Auth.t
   -- only one specific type of warning
4) Apply bug 5010 patch
5) $ prove t/db_dependent/Auth.t
   -- noisy is eliminated
6) koha qa test tools.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
With patch only one warn
With 5010 no more warns
No errors

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Comment 5 Tomás Cohen Arazi (tcohen) 2015-06-01 17:18:13 UTC
Patch pushed to master.

Thanks Mark!