Bugzilla – Attachment 64430 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), 1.16 KB, created by
Tomás Cohen Arazi (tcohen)
on 2017-06-19 15:18:08 UTC
(
hide
)
Description:
Bug 18807: t/db_dependent/www/batch.t fails
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2017-06-19 15:18:08 UTC
Size:
1.16 KB
patch
obsolete
>From a6427dac36c5aa29b16f75ff700cf0d401f8bfcc 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 > >Signed-off-by: Lee Jamison <ldjamison@marywood.edu> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > t/db_dependent/www/batch.t | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > >diff --git a/t/db_dependent/www/batch.t b/t/db_dependent/www/batch.t >index 90e3bde..30d9886 100644 >--- a/t/db_dependent/www/batch.t >+++ b/t/db_dependent/www/batch.t >@@ -110,9 +110,8 @@ my $completed = 0; > # if we haven't completed the batch in two minutes, it's not happening > for my $counter ( 1 .. 24 ) { > $agent->get( >- "$intranet/cgi-bin/koha/tools/background-job-progress.pl?jobID=$jobID", >- "get job progress" >- ); >+ "$intranet/cgi-bin/koha/tools/background-job-progress.pl?jobID=$jobID" >+ ); # get job progress > $jsonresponse = decode_json $agent->content(); > if ( $jsonresponse->{'job_status'} eq 'completed' ) { > $completed = 1; >-- >2.7.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