Bug 22048: Use set_password in tests
authorTomas Cohen Arazi <tomascohen@theke.io>
Wed, 26 Dec 2018 13:59:55 +0000 (10:59 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 25 Jan 2019 20:15:31 +0000 (20:15 +0000)
commit72d8a97116c90c1e33fcc7e1f065404fd232895a
tree45a14c87847038ff21f514025247aa7932e8c566
parentf822dee088b86edecd5d5c73718ad9f8a04c0664
Bug 22048: Use set_password in tests

To test:
- Apply this patch
- Run:
  $ kshell
 k$ prove t/db_dependent/Auth.t \
          t/db_dependent/Koha/Patrons.t \
          t/db_dependent/Search/History.t \
          t/db_dependent/selenium/authentication.t \
          t/db_dependent/selenium/regressions.t
=> SUCCESS: Tests pass!
- Sign off :-D

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
t/db_dependent/Auth.t
t/db_dependent/Koha/Patrons.t
t/db_dependent/Search/History.t
t/db_dependent/selenium/authentication.t
t/db_dependent/selenium/regressions.t