Bugzilla – Attachment #42545: [PASSED QA] Bug 14197: Remove the warning on destroying TestBuilder objects for
bug #14197
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 14197
Collapse All
|
Expand All
(-)
a/t/lib/TestBuilder.pm (-2 / +3 lines)
Lines 357-363 sub _gen_blob {
Link Here
357
357
358
sub DESTROY {
358
sub DESTROY {
359
my $self = shift;
359
my $self = shift;
360
$self->schema->txn_rollback();
360
eval {
361
$self->schema->txn_rollback();
362
};
361
}
363
}
362
364
363
365
364
-
Return to
bug 14197