Bug 14111: Silence warnings in t/Auth_with_shibboleth.t
authorMark Tompsett <mtompset@hotmail.com>
Fri, 1 May 2015 19:14:49 +0000 (15:14 -0400)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 4 Jun 2015 13:12:03 +0000 (10:12 -0300)
commit85a057bc5e1ff5b70bfe6a332e197a51af60bcee
tree70d2410cc9859a745709f62587c8723a35897f20
parentcfacda2bb40d5a13af57d62f2df1cda6bcd9a524
Bug 14111: Silence warnings in t/Auth_with_shibboleth.t

Poorly capturing warnings_exist test cases generated noise.
This patch fixes that.

TEST PLAN
---------
1) $ prove t/Auth_with_shibboleth.t
   -- There are messages about lines 132 and 133. Noise.
2) Apply patch
3) $ prove t/Auth_with_shibboleth.t
   -- No messages. YAY!
4) koha qa test tools

Signed-off-by: Indranil Das Gupta (L2C2 Technologies) <indradg@gmail.com>
Test remarks: Expected outcome as per test plan. No anomaly noted.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
t/Auth_with_shibboleth.t