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

(-)a/t/db_dependent/www/search_utf8.t (-2 / +1 lines)
Lines 128-134 sub test_search{ Link Here
128
        'go to stage MARC' );
128
        'go to stage MARC' );
129
129
130
    $agent->post(
130
    $agent->post(
131
        "$intranet/cgi-bin/koha/tools/upload-file.pl",
131
        "$intranet/cgi-bin/koha/tools/upload-file.pl?temp=1",
132
        [ 'fileToUpload' => [$file], ],
132
        [ 'fileToUpload' => [$file], ],
133
        'Content_Type' => 'form-data',
133
        'Content_Type' => 'form-data',
134
    );
134
    );
135
- 

Return to bug 14905