Bugzilla – Attachment #103941: Bug 25303: Effectively delete the city to avoid endless loop for
bug #25303
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 25303
Collapse All
|
Expand All
(-)
a/t/db_dependent/Koha/Objects.t (-1 / +1 lines)
Lines 816-821 subtest 'delete() tests' => sub {
Link Here
816
$mocked_city->mock(
816
$mocked_city->mock(
817
'delete',
817
'delete',
818
sub {
818
sub {
819
shift->_result->delete;
819
warn "delete called!";
820
warn "delete called!";
820
}
821
}
821
);
822
);
822
-
Return to
bug 25303