From b1525c812275bbc37ac561940065ee3e18d5d026 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 22 Mar 2024 10:23:15 +0000 Subject: [PATCH] Bug 34886: (QA follow-up) chmod, remove POD Content-Type: text/plain; charset=utf-8 Signed-off-by: Marcel de Rooy --- t/db_dependent/selenium/opac_holds.t | 45 ---------------------------- 1 file changed, 45 deletions(-) mode change 100644 => 100755 t/db_dependent/selenium/opac_holds.t diff --git a/t/db_dependent/selenium/opac_holds.t b/t/db_dependent/selenium/opac_holds.t old mode 100644 new mode 100755 index b9c9a2b5f9..8e008f3cad --- a/t/db_dependent/selenium/opac_holds.t +++ b/t/db_dependent/selenium/opac_holds.t @@ -327,12 +327,6 @@ SKIP: { DelBiblio($second_biblionumber); } -=head3 withdraw_items - -Withdraws items by setting their 'withdrawn' flag to 1. - -=cut - sub withdraw_items { my $dbh = C4::Context->dbh; $dbh->do( @@ -340,12 +334,6 @@ Withdraws items by setting their 'withdrawn' flag to 1. ); } -=head3 set_holdallowed_not_allowed - -Set holdallowed as not_allowed in the circulation rules - -=cut - sub set_holdallowed_not_allowed { Koha::CirculationRules->set_rules( { @@ -358,15 +346,6 @@ Set holdallowed as not_allowed in the circulation rules ); } -=head3 set_onshelfholds - -Set holdallowed as not_allowed in the circulation rules -0 - "If any unavailable" -1 - "Yes" -2 - "If all unavailable" - -=cut - sub set_onshelfholds { my ($rule_value) = @_; Koha::CirculationRules->set_rule( @@ -380,12 +359,6 @@ Set holdallowed as not_allowed in the circulation rules ); } -=head3 search_page_hold_button_absent - -Function to visit search results and test for the absence of place hold buttons - -=cut - sub search_page_hold_button_absent { my ($message) = @_; @@ -404,12 +377,6 @@ Function to visit search results and test for the absence of place hold buttons ); } -=head3 search_page_hold_button_present - -Function to visit search results and test for the presence of place hold buttons - -=cut - sub search_page_hold_button_present { my ($message) = @_; @@ -426,12 +393,6 @@ Function to visit search results and test for the presence of place hold buttons ); } -=head3 detail_page_hold_button_absent - -Visits the detail page and tests the absence of the place hold button - -=cut - sub detail_page_hold_button_absent { my ($message) = @_; $driver->get( $s->opac_base_url . "opac-detail.pl?biblionumber=" . $biblionumber ); @@ -443,12 +404,6 @@ Visits the detail page and tests the absence of the place hold button ); } -=head3 detail_page_hold_button_present - -Visits the detail page and tests the presence of the place hold button - -=cut - sub detail_page_hold_button_present { my ($message) = @_; $driver->get( $s->opac_base_url . "opac-detail.pl?biblionumber=" . $biblionumber ); -- 2.30.2