]> git.koha-community.org Git - koha.git/commit
Bug 11247: Add a simple unit test for TransformHtmlToXml
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Wed, 26 Aug 2015 12:09:53 +0000 (14:09 +0200)
committerLiz Rea <wizzyrea@gmail.com>
Tue, 22 Sep 2015 02:44:49 +0000 (14:44 +1200)
commit86c01c0fb58cba149233578264892d5bfca52d16
tree5cbff234d254ad1a8311077fd9f7a69d9631fc4a
parent3197f45c2b7d47d50d78f612461761b37fefa8ba
Bug 11247: Add a simple unit test for TransformHtmlToXml

The unit test is db dependent (as Jonathan correctly remarked),
since the sub checks a preference.

Test plan:
Run t/db_dependent/Biblio/TransformHtmlToXml.t

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit d1335a766d7b54c470701b0055fc99be2e7e7628)
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
(cherry picked from commit 74e46b7467aa69e5a77d0b7689ddd2d24d76805d)
Signed-off-by: Liz Rea <wizzyrea@gmail.com>
t/db_dependent/Biblio/TransformHtmlToXml.t [new file with mode: 0644]