Bugzilla – Attachment 44568 Details for
Bug 15151
t/Circulation_barcodedecode.t fails if no DB present
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15151: Make t/Circulation_barcodedecode.t pass
Bug-15151-Make-tCirculationbarcodedecodet-pass.patch (text/plain), 967 bytes, created by
Jonathan Druart
on 2015-11-06 14:35:59 UTC
(
hide
)
Description:
Bug 15151: Make t/Circulation_barcodedecode.t pass
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-11-06 14:35:59 UTC
Size:
967 bytes
patch
obsolete
>From 8ecd2bfb49514953148241525684cc38f18f9bba Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 6 Nov 2015 14:35:08 +0000 >Subject: [PATCH] Bug 15151: Make t/Circulation_barcodedecode.t pass > >Test plan: > prove t/Circulation_barcodedecode.t >should return green even if your DBMS is stopped. >--- > t/Circulation_barcodedecode.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/Circulation_barcodedecode.t b/t/Circulation_barcodedecode.t >index 5b1e065..ccde583 100644 >--- a/t/Circulation_barcodedecode.t >+++ b/t/Circulation_barcodedecode.t >@@ -18,12 +18,12 @@ > use Modern::Perl; > use Test::More tests => 25; > use t::lib::Mocks; >-use C4::Circulation; > use C4::Context; > > BEGIN { > t::lib::Mocks::mock_dbh; > }; >+use C4::Circulation; > > C4::Context->_new_userenv(123456); > C4::Context->set_userenv(1,'kmkale' , 1, 'km', 'kale' , 'IMS', 'IMS Branch DEscription', 0, 'kmkale@anantcorp.com'); >-- >2.1.0
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 15151
:
44568
|
44569
|
44570
|
44571
|
44573
|
44604