From a9d5bb7135658ba121453b7b5894924a8e04e63f Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Tue, 22 Jul 2025 12:26:27 +0000 Subject: [PATCH] Bug 40529: Behavior change: Update old tests This is needed or the Reserves are created with a hold_group_id, which will create a related hold_group and hold_group_target_holds. As DisplayAddHoldGroups is considered to be enabled, it would otherwise skip non-target holds and cause these tests to fail. --- t/db_dependent/Reserves.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/db_dependent/Reserves.t b/t/db_dependent/Reserves.t index cced1feee76..16fb4c7ba57 100755 --- a/t/db_dependent/Reserves.t +++ b/t/db_dependent/Reserves.t @@ -1279,6 +1279,7 @@ subtest 'CheckReserves additional tests' => sub { suspend_until => undef, suspend => 0, itemtype => undef, + hold_group_id => undef, } } ); @@ -1299,6 +1300,7 @@ subtest 'CheckReserves additional tests' => sub { suspend_until => undef, suspend => 0, itemtype => undef, + hold_group_id => undef, } } ); -- 2.39.5