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

(-)a/t/db_dependent/www/search_utf8.t (-2 / +3 lines)
Lines 153-158 sub test_search{ Link Here
153
                'encoding'        => 'utf8',
153
                'encoding'        => 'utf8',
154
                'parse_items'     => '1',
154
                'parse_items'     => '1',
155
                'runinbackground' => '1',
155
                'runinbackground' => '1',
156
                'record_type'     => 'biblio'
156
            }
157
            }
157
        },
158
        },
158
        'stage MARC'
159
        'stage MARC'
Lines 207-212 sub test_search{ Link Here
207
                'parse_items'     => '1',
208
                'parse_items'     => '1',
208
                'runinbackground' => '1',
209
                'runinbackground' => '1',
209
                'completedJobID'  => $jobID,
210
                'completedJobID'  => $jobID,
211
                'record_type'     => 'biblio'
210
            }
212
            }
211
        },
213
        },
212
        'stage MARC'
214
        'stage MARC'
Lines 215-221 sub test_search{ Link Here
215
    $agent->follow_link_ok( { text => 'Manage staged records' }, 'view batch' );
217
    $agent->follow_link_ok( { text => 'Manage staged records' }, 'view batch' );
216
218
217
219
218
    $agent->form_number(5);
220
    $agent->form_number(6);
219
    $agent->field( 'framework', '' );
221
    $agent->field( 'framework', '' );
220
    $agent->click_ok( 'mainformsubmit', "imported records into catalog" );
222
    $agent->click_ok( 'mainformsubmit', "imported records into catalog" );
221
    my $webpage = $agent->{content};
223
    my $webpage = $agent->{content};
222
- 

Return to bug 16160