Bugzilla – Attachment 80664 Details for
Bug 21567
WebService:ILS related tests fail during package build
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21567: Use like instead of ok in RecordedBooks.t
Bug-21567-Use-like-instead-of-ok-in-RecordedBookst.patch (text/plain), 1.04 KB, created by
Jonathan Druart
on 2018-10-16 15:49:02 UTC
(
hide
)
Description:
Bug 21567: Use like instead of ok in RecordedBooks.t
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-10-16 15:49:02 UTC
Size:
1.04 KB
patch
obsolete
>From 6aeafca2e1d07d751be78c3a9c79b5ce55551516 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 16 Oct 2018 12:48:44 -0300 >Subject: [PATCH] Bug 21567: Use like instead of ok in RecordedBooks.t > >--- > t/Koha_ExternalContent_RecordedBooks.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/Koha_ExternalContent_RecordedBooks.t b/t/Koha_ExternalContent_RecordedBooks.t >index 7fdbfaa032..6f6c1c0d3e 100755 >--- a/t/Koha_ExternalContent_RecordedBooks.t >+++ b/t/Koha_ExternalContent_RecordedBooks.t >@@ -26,7 +26,7 @@ SKIP: { > local $@; > eval { $client->search({query => "art"}) }; > >- ok($@ =~ /This endpoint can be called by authorized trusted app or trusted partner only/, "Invalid RecordedBooks partner credentials"); >+ like($@, qr/This endpoint can be called by authorized trusted app or trusted partner only/, "Invalid RecordedBooks partner credentials"); > > SKIP: { > skip "no RecordedBooks partner credentials", 1 unless $ENV{RECORDEDBOOKS_TEST_LIBRARY_ID}; >-- >2.11.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 21567
:
80664
|
82344
|
82352
|
82393
|
82398
|
82399
|
82400