Bugzilla – Attachment 28482 Details for
Bug 12086
Hold priorities incorrect, when waiting status was reversed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12086 [QA Followup] - Delete reserves, old_reserves before running unit tests
Bug-12086-QA-Followup---Delete-reserves-oldreserve.patch (text/plain), 808 bytes, created by
Kyle M Hall (khall)
on 2014-05-27 11:01:14 UTC
(
hide
)
Description:
Bug 12086 [QA Followup] - Delete reserves, old_reserves before running unit tests
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2014-05-27 11:01:14 UTC
Size:
808 bytes
patch
obsolete
>From 5ecae10bd36478fad108ca041dbca108c1e60768 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 23 May 2014 14:02:04 -0400 >Subject: [PATCH] Bug 12086 [QA Followup] - Delete reserves, old_reserves before running unit tests > >--- > t/db_dependent/Holds_12086.t | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > >diff --git a/t/db_dependent/Holds_12086.t b/t/db_dependent/Holds_12086.t >index a3d7648..c0ca74f 100755 >--- a/t/db_dependent/Holds_12086.t >+++ b/t/db_dependent/Holds_12086.t >@@ -24,7 +24,8 @@ my $dbh = C4::Context->dbh; > $dbh->{AutoCommit} = 0; > $dbh->{RaiseError} = 1; > >-$dbh->do("TRUNCATE TABLE reserves"); >+$dbh->do("DELETE FROM reserves"); >+$dbh->do("DELETE FROM old_reserves"); > > *C4::Context::userenv = \&Mock_userenv; > sub Mock_userenv { >-- >1.7.2.5
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 12086
:
27262
|
27263
|
27406
|
27407
|
27428
|
28471
|
28482
|
28873
|
29162
|
29163