]> git.koha-community.org Git - koha.git/commit
Bug 25641: Fix Koha/XSLT/Base.t failures on U20
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 1 Jun 2020 10:54:03 +0000 (12:54 +0200)
committerLucas Gass <lucas@bywatersolutions.com>
Tue, 16 Jun 2020 21:37:46 +0000 (21:37 +0000)
commitd2996eea5fd9637c1a2df9ba5a5a0375679aa050
treecdc858f128bf6028cee752b425b29592051ed4c9
parentd148412c1dae1465fb310958ec2b3afae4eccea5
Bug 25641: Fix Koha/XSLT/Base.t failures on U20

There is a change in the version number.
On U20 we get
  Opening and ending tag mismatch: a line 0 and b
On others (D9, D10, U18) we get:
  Opening and ending tag mismatch: a line 1 and b

I did not find where it did come from, so assuming it's just a minor
change and won't have side-effects.

Test plan:
Make sure the tests pass on U20 and another OS

Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 2f828d433da9c32e865669079db9f367db79aeab)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
t/db_dependent/Koha/XSLT/Base.t