Bugzilla – Attachment 28471 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] - Truncate old_reseres in unit test
Bug-12086-QA-Followup---Truncate-oldreseres-in-uni.patch (text/plain), 723 bytes, created by
Kyle M Hall (khall)
on 2014-05-23 18:02:20 UTC
(
hide
)
Description:
Bug 12086 [QA Followup] - Truncate old_reseres in unit test
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2014-05-23 18:02:20 UTC
Size:
723 bytes
patch
obsolete
>From 2076ded2466a8760c3769af53f49acc8021164cc 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] - Truncate old_reseres in unit test > >--- > t/db_dependent/Holds_12086.t | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > >diff --git a/t/db_dependent/Holds_12086.t b/t/db_dependent/Holds_12086.t >index a3d7648..9347e54 100755 >--- a/t/db_dependent/Holds_12086.t >+++ b/t/db_dependent/Holds_12086.t >@@ -25,6 +25,7 @@ $dbh->{AutoCommit} = 0; > $dbh->{RaiseError} = 1; > > $dbh->do("TRUNCATE TABLE reserves"); >+$dbh->do("TRUNCATE TABLE 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