Bug 10900 - Follow up, since more has been added to master
authorMark Tompsett <mtompset@hotmail.com>
Mon, 12 May 2014 21:57:51 +0000 (17:57 -0400)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 9 Feb 2015 20:00:15 +0000 (17:00 -0300)
commitbd769213eb3c361cc56128b24824ee502721c4a1
tree518cbc9b434efd31b6670b4319a93fcbdfbd915c
parent78d6d794fe79e1fb61f4e695f3d25d6c0a4a20bf
Bug 10900 - Follow up, since more has been added to master

Booksellers.t and Koha_template_plugin_Branches.t both had
function calls to ::set_userenv added to them. This patch handles
those additions.

TEST PLAN
---------
1) Branch a new git branch
2) prove -v t/db_dependent/Bookseller.t
   -- It should work.
3) prove -v t/db_dependent/Koha_template_plugin_Branches.t
   -- It should work.
4) Apply only the first patch.
5) Repeat steps 2 and 3.
   -- They should both FAIL!
6) Apply the second patch as well.
7) Repeat steps 2 and 3.
   -- The should both work.

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
t/db_dependent/Bookseller.t
t/db_dependent/Koha_template_plugin_Branches.t