]> git.koha-community.org Git - koha.git/commit
Bug 10952: (follow-up) comments fixes and unit tests
authorJulian Maurice <julian.maurice@biblibre.com>
Wed, 18 Dec 2013 09:58:36 +0000 (10:58 +0100)
committerFridolin Somers <fridolin.somers@biblibre.com>
Tue, 18 Feb 2014 09:15:21 +0000 (10:15 +0100)
commit86d9559cb14b56f817ce98776b4f94ca98996f5c
tree3ceeff23b96c800d299bc8b4fd96132681a00c1f
parent6e5201e924fc74a6828064c54863a986f8ac825d
Bug 10952: (follow-up) comments fixes and unit tests

- Remove unit tests for ParseSearchHistoryCookie, which doesn't exist
  anymore
- Add unit tests for ParseSearchHistorySession and
  SetSearchHistorySession
- Remove/Modify comments about search history cookie

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Tests fixed and moved, and comments tidied up

Signed-off-by: Charlene Criton <charlene.criton@univ-lyon2.fr>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit bbf7cd6876e94865492e3fd19e59c31b6b95b588)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/Auth.pm
opac/opac-search-history.pl
opac/opac-search.pl
t/db_dependent/Auth_ParseSearchHistoryCookie.t [deleted file]
t/db_dependent/Auth_SearchHistorySession.t [new file with mode: 0644]