Bugzilla – Attachment 64364 Details for
Bug 18807
www/batch.t is failing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18807: t/db_dependent/www/batch.t fails
Bug-18807-tdbdependentwwwbatcht-fails.patch (text/plain), 921 bytes, created by
Mark Tompsett
on 2017-06-15 22:11:58 UTC
(
hide
)
Description:
Bug 18807: t/db_dependent/www/batch.t fails
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2017-06-15 22:11:58 UTC
Size:
921 bytes
patch
obsolete
>From c7b36c1c030cc0507604981b0bf9c8a2af8cf05f Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Thu, 15 Jun 2017 18:07:53 -0400 >Subject: [PATCH] Bug 18807: t/db_dependent/www/batch.t fails > >get() does not take two parameters. fixed. >prove and run koha qa test tools >--- > t/db_dependent/www/batch.t | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >diff --git a/t/db_dependent/www/batch.t b/t/db_dependent/www/batch.t >index 90e3bde..d55ead3 100644 >--- a/t/db_dependent/www/batch.t >+++ b/t/db_dependent/www/batch.t >@@ -111,8 +111,7 @@ my $completed = 0; > for my $counter ( 1 .. 24 ) { > $agent->get( > "$intranet/cgi-bin/koha/tools/background-job-progress.pl?jobID=$jobID", >- "get job progress" >- ); >+ ); # get job progress > $jsonresponse = decode_json $agent->content(); > if ( $jsonresponse->{'job_status'} eq 'completed' ) { > $completed = 1; >-- >2.1.4
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 18807
:
64299
|
64364
|
64369
|
64370
|
64429
|
64430