]> git.koha-community.org Git - koha.git/commit
Bug 31598: Fix random failure on Jenkins for Upload.t
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Thu, 22 Sep 2022 08:09:41 +0000 (08:09 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Mon, 31 Oct 2022 22:34:48 +0000 (22:34 +0000)
commitd7bf6f7084cfe00c7f1f4cf17aa525f6c2893f11
treef4ab8c14ad886f0ace419113a5016ecbb264f3c3
parentbd32ab28d6e5a74034a3541c08337b4f1d5bf400
Bug 31598: Fix random failure on Jenkins for Upload.t

At some point the warn is made conditional for permanent
files. So it failed when TestBuilder picked a zero value
for permanent. Trivial fix.

Test plan:
Run t/db_dependent/Upload.t a few times

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 9a92ee31945af6f535e8be81b3410d13affd8b5f)

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