View | Details | Raw Unified | Return to bug 18807
Collapse All | Expand All

(-)a/t/db_dependent/www/batch.t (-3 / +1 lines)
Lines 111-118 my $completed = 0; Link Here
111
for my $counter ( 1 .. 24 ) {
111
for my $counter ( 1 .. 24 ) {
112
    $agent->get(
112
    $agent->get(
113
        "$intranet/cgi-bin/koha/tools/background-job-progress.pl?jobID=$jobID",
113
        "$intranet/cgi-bin/koha/tools/background-job-progress.pl?jobID=$jobID",
114
        "get job progress"
114
    ); # get job progress
115
    );
116
    $jsonresponse = decode_json $agent->content();
115
    $jsonresponse = decode_json $agent->content();
117
    if ( $jsonresponse->{'job_status'} eq 'completed' ) {
116
    if ( $jsonresponse->{'job_status'} eq 'completed' ) {
118
        $completed = 1;
117
        $completed = 1;
119
- 

Return to bug 18807