]> 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)
committerChris Cormack <chris@bigballofwax.co.nz>
Tue, 22 Sep 2015 01:32:29 +0000 (13:32 +1200)
commit74e46b7467aa69e5a77d0b7689ddd2d24d76805d
tree4c860640da6307ef0bcb132e41bed0f4589864fa
parent172dce8b0dcc7870279c8571b386392d31124d81
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>
t/db_dependent/Biblio/TransformHtmlToXml.t [new file with mode: 0644]