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

(-)a/t/db_dependent/Serials.t (-2 / +1 lines)
Lines 209-215 my $counter = 0; Link Here
209
for my $status ( @statuses ) {
209
for my $status ( @statuses ) {
210
    my $serialseq = "No.".$counter;
210
    my $serialseq = "No.".$counter;
211
    my ( $expected_serial ) = GetSerials2( $subscriptionid, 1 );
211
    my ( $expected_serial ) = GetSerials2( $subscriptionid, 1 );
212
    C4::Serials::ModSerialStatus( $expected_serial->{serialid}, $serialseq, $publisheddate, $publisheddate, $statuses[$counter], 'an useless note' );
212
    C4::Serials::ModSerialStatus( $expected_serial->{serialid}, $serialseq, $publisheddate, $publisheddate, $publisheddate, $statuses[$counter], 'an useless note' );
213
    $counter++;
213
    $counter++;
214
}
214
}
215
# 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
215
# 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
216
- 

Return to bug 8296