Bugzilla – Attachment 24112 Details for
Bug 11439
UT: XISBN.t returns failure
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11439: (follow up) add missing rollback call
Bug-11439-follow-up-add-missing-rollback-call.patch (text/plain), 944 bytes, created by
Jonathan Druart
on 2014-01-10 10:41:14 UTC
(
hide
)
Description:
Bug 11439: (follow up) add missing rollback call
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-01-10 10:41:14 UTC
Size:
944 bytes
patch
obsolete
>From 7cce98045f8aa712a87d78cb043d05d0251f4d58 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Thu, 9 Jan 2014 15:51:11 -0300 >Subject: [PATCH] Bug 11439: (follow up) add missing rollback call > >This UT got wrapped inside a transaction with autocommit=0 but >the rollback call was inadvertedly ommited. Adding it. > >Regards >To+ > >Sponsored-by: Universidad Nacional de Cordoba >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > t/db_dependent/XISBN.t | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/t/db_dependent/XISBN.t b/t/db_dependent/XISBN.t >index 55f25a1..6ff6063 100755 >--- a/t/db_dependent/XISBN.t >+++ b/t/db_dependent/XISBN.t >@@ -65,6 +65,8 @@ is( $results_xisbn->[0]->{biblionumber}, > $biblionumber3, > "Gets correct biblionumber from a book with a similar isbn using XISBN." ); > >+$dbh->rollback; >+ > # Util subs > > # Add new biblio with isbn and return biblionumber >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 11439
:
23801
|
23802
|
23822
|
23823
|
24104
|
24112
|
24129