From 679f8eb2612dd9e9442b060aba4f906f77837301 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 Signed-off-by: Marcel de Rooy Signed-off-by: Katrin Fischer (cherry picked from commit ae44fd188951d1710b26554f4aa9a492b03a2aa2) Signed-off-by: Fridolin Somers (cherry picked from commit 6f810dc9323b304882b88947f81464522b8ca96d) Signed-off-by: Lucas Gass --- 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 df81f5c835..034e71a9f3 --- a/t/db_dependent/selenium/opac_holds.t +++ b/t/db_dependent/selenium/opac_holds.t @@ -325,12 +325,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( @@ -338,12 +332,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( { @@ -356,15 +344,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( @@ -378,12 +357,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) = @_; @@ -402,12 +375,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) = @_; @@ -424,12 +391,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 ); @@ -441,12 +402,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.39.5