Bug 34847: Fix t/db_dependent/Search.t
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 22 Sep 2023 12:33:31 +0000 (14:33 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 22 Sep 2023 13:52:43 +0000 (10:52 -0300)
commitca3243d00ff094c86fcd02406543b6b3d06627ee
treeea3af933cc884f64fa4a2f8204e0f565d03a2131
parente28ea9c4af380cae9b29b56ebe03ab0f244d2c47
Bug 34847: Fix t/db_dependent/Search.t

If 01e still exists then the test will fail with
Truncated incorrect DECIMAL value: '01e' at t/db_dependent/Search.t line 945

Test plan:
% perl /kohadevbox/misc4dev/run_tests.pl --run-db-upgrade-only
% prove t/db_dependent/Search.t

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
t/db_dependent/Search.t