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

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

Return to bug 8296