From 8443eeac854f699c8f8fac1a19f5c8f92976bd9e Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Thu, 8 Sep 2016 09:15:48 +0200 Subject: [PATCH] Bug 7677: UT: Remove $dbh->rollback --- t/db_dependent/Serials_2.t | 1 - 1 file changed, 1 deletion(-) diff --git a/t/db_dependent/Serials_2.t b/t/db_dependent/Serials_2.t index 0775dae..202c641 100644 --- a/t/db_dependent/Serials_2.t +++ b/t/db_dependent/Serials_2.t @@ -254,7 +254,6 @@ is( GetPreviousSerialid( $subscriptionid_from_my_branch, 2 ), $serialid1, "get p is( GetPreviousSerialid( $subscriptionid_from_my_branch, 3 ), undef, "get previous serialid with 3, does not exist" ); $schema->storage->txn_rollback; -$dbh->rollback; # C4::Context->userenv sub Mock_userenv { -- 2.1.4