Bugzilla – Attachment 173675 Details for
Bug 34324
Merge OPACProblemReport and CatalogConcern functions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34324: API Tests
Bug-34324-API-Tests.patch (text/plain), 910 bytes, created by
Martin Renvoize (ashimema)
on 2024-10-29 15:46:27 UTC
(
hide
)
Description:
Bug 34324: API Tests
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-10-29 15:46:27 UTC
Size:
910 bytes
patch
obsolete
>From 68e60aa3f8fb52873649d6c48c47e5760ae45aba Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 20 Dec 2023 17:21:41 +0000 >Subject: [PATCH] Bug 34324: API Tests > >--- > t/db_dependent/api/v1/tickets.t | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/t/db_dependent/api/v1/tickets.t b/t/db_dependent/api/v1/tickets.t >index 302657172f2..3ad55f689c8 100755 >--- a/t/db_dependent/api/v1/tickets.t >+++ b/t/db_dependent/api/v1/tickets.t >@@ -263,7 +263,10 @@ subtest 'add() tests' => sub { > )->json_is( '/biblio_id' => $ticket->{biblio_id} )->json_is( '/title' => $ticket->{title} ) > ->json_is( '/body' => $ticket->{body} )->json_is( '/reporter_id' => $patron->id ) > ->tx->res->json->{ticket_id}; >+ }; > >+ subtest 'extended_attributes tests' => sub { >+ plan tests => 1; > }; > > $schema->storage->txn_rollback; >-- >2.47.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 34324
:
160199
|
160200
|
160201
|
160202
|
160203
|
160204
|
160205
|
160206
|
173580
|
173581
|
173582
|
173583
|
173584
|
173585
|
173586
|
173587
|
173671
|
173672
|
173673
|
173674
| 173675 |
173676
|
173677
|
173678
|
173679
|
173680