Bugzilla – Attachment 162523 Details for
Bug 35963
Problem using some filters in the bundled items table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35963: (QA follow-up): tidy up code and fix exec permission
Bug-35963-QA-follow-up-tidy-up-code-and-fix-exec-p.patch (text/plain), 1.24 KB, created by
Victor Grousset/tuxayo
on 2024-02-28 04:56:29 UTC
(
hide
)
Description:
Bug 35963: (QA follow-up): tidy up code and fix exec permission
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2024-02-28 04:56:29 UTC
Size:
1.24 KB
patch
obsolete
>From 3143fd1c4beed115a002d782d38843d2e5c49c97 Mon Sep 17 00:00:00 2001 >From: Victor Grousset/tuxayo <victor@tuxayo.net> >Date: Wed, 28 Feb 2024 05:52:41 +0100 >Subject: [PATCH] Bug 35963: (QA follow-up): tidy up code and fix exec > permission > >--- > t/db_dependent/api/v1/items/bundled_items.t | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > mode change 100644 => 100755 t/db_dependent/api/v1/items/bundled_items.t > >diff --git a/t/db_dependent/api/v1/items/bundled_items.t b/t/db_dependent/api/v1/items/bundled_items.t >old mode 100644 >new mode 100755 >index cab4b23e9a..d2b085ede2 >--- a/t/db_dependent/api/v1/items/bundled_items.t >+++ b/t/db_dependent/api/v1/items/bundled_items.t >@@ -38,11 +38,10 @@ subtest 'order by me.barcode should return 200' => sub { > > $patron->set_password( { password => $password, skip_validation => 1 } ); > >- my $userid = $patron->userid; >+ my $userid = $patron->userid; > my $itemnumber = $bundle->itemnumber; > >- $t->get_ok( "//$userid:$password@/api/v1/items/$itemnumber/bundled_items?_order_by=+me.barcode" ) >- ->status_is(200); >+ $t->get_ok("//$userid:$password@/api/v1/items/$itemnumber/bundled_items?_order_by=+me.barcode")->status_is(200); > > $schema->storage->txn_rollback; > }; >-- >2.44.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 35963
:
161812
|
162521
|
162522
|
162523
|
162718
|
162719
|
162720