Bugzilla – Attachment 12739 Details for
Bug 8890
Packages can't be built on master, db dependent test
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8890 - C4::Holdsqueue is db dependent
Bug-8890---C4Holdsqueue-is-db-dependent.patch (text/plain), 693 bytes, created by
Chris Cormack
on 2012-10-09 01:41:20 UTC
(
hide
)
Description:
Bug 8890 - C4::Holdsqueue is db dependent
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2012-10-09 01:41:20 UTC
Size:
693 bytes
patch
obsolete
>From 038ebe2e3c90ddba8a5a5f2d70904697eb249952 Mon Sep 17 00:00:00 2001 >From: Chris Cormack <chrisc@catalyst.net.nz> >Date: Tue, 9 Oct 2012 14:39:03 +1300 >Subject: [PATCH] Bug 8890 - C4::Holdsqueue is db dependent > >--- > t/00-load.t | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/t/00-load.t b/t/00-load.t >index da9008d..80f891c 100644 >--- a/t/00-load.t >+++ b/t/00-load.t >@@ -29,6 +29,7 @@ find({ > return if $m =~ /C4::Reports::Guided/; # DB > return if $m =~ /C4::Serials/; # DB > return if $m =~ /C4::VirtualShelves::Page/; # DB >+ return if $m =~ /C4::Holdsqueue/; # DB > use_ok($m) || BAIL_OUT("***** PROBLEMS LOADING FILE '$m'"); > }, > }, $lib); >-- >1.7.9.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 8890
:
12739
|
12843
|
12844
|
12846
|
12847
|
12872
|
12873
|
12874
|
13014