Bugzilla – Attachment #185140: Bug 40529: Behavior change: Update old tests for
bug #40529
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 40529
Collapse All
|
Expand All
(-)
a/t/db_dependent/Reserves.t (-1 / +2 lines)
Lines 1279-1284 subtest 'CheckReserves additional tests' => sub {
Link Here
1279
suspend_until => undef,
1279
suspend_until => undef,
1280
suspend => 0,
1280
suspend => 0,
1281
itemtype => undef,
1281
itemtype => undef,
1282
hold_group_id => undef,
1282
}
1283
}
1283
}
1284
}
1284
);
1285
);
Lines 1299-1304 subtest 'CheckReserves additional tests' => sub {
Link Here
1299
suspend_until => undef,
1300
suspend_until => undef,
1300
suspend => 0,
1301
suspend => 0,
1301
itemtype => undef,
1302
itemtype => undef,
1303
hold_group_id => undef,
1302
}
1304
}
1303
}
1305
}
1304
);
1306
);
1305
-
Return to
bug 40529