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

(-)a/t/db_dependent/Serials_2.t (-2 lines)
Lines 254-260 is( GetPreviousSerialid( $subscriptionid_from_my_branch, 2 ), $serialid1, "get p Link Here
254
is( GetPreviousSerialid( $subscriptionid_from_my_branch, 3 ), undef, "get previous serialid with 3, does not exist" );
254
is( GetPreviousSerialid( $subscriptionid_from_my_branch, 3 ), undef, "get previous serialid with 3, does not exist" );
255
255
256
$schema->storage->txn_rollback;
256
$schema->storage->txn_rollback;
257
$dbh->rollback;
258
257
259
# C4::Context->userenv
258
# C4::Context->userenv
260
sub Mock_userenv {
259
sub Mock_userenv {
261
- 

Return to bug 7677