From 1b9555a3a0ce0a35fe044a46d06aa5950b3ee737 Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Thu, 8 Sep 2016 09:15:48 +0200 Subject: [PATCH] [PASSED QA] Bug 7677: UT: Remove $dbh->rollback Signed-off-by: Katrin Fischer --- 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.7.4