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

(-)a/t/db_dependent/Serials.t (-2 / +1 lines)
Lines 216-222 my $counter = 0; Link Here
216
for my $status ( @statuses ) {
216
for my $status ( @statuses ) {
217
    my $serialseq = "No.".$counter;
217
    my $serialseq = "No.".$counter;
218
    my ( $expected_serial ) = GetSerials2( $subscriptionid, [1] );
218
    my ( $expected_serial ) = GetSerials2( $subscriptionid, [1] );
219
    C4::Serials::ModSerialStatus( $expected_serial->{serialid}, $serialseq, $publisheddate, $publisheddate, $statuses[$counter], 'an useless note' );
219
    C4::Serials::ModSerialStatus( $expected_serial->{serialid}, $serialseq, $publisheddate, $publisheddate, $publisheddate, $statuses[$counter], 'an useless note' );
220
    $counter++;
220
    $counter++;
221
}
221
}
222
# Here we have 15 serials with statuses : 2*2 + 5*3 + 2*4 + 1*41 + 1*42 + 1*43 + 1*44 + 1*5 + 1*1
222
# Here we have 15 serials with statuses : 2*2 + 5*3 + 2*4 + 1*41 + 1*42 + 1*43 + 1*44 + 1*5 + 1*1
223
- 

Return to bug 8296