Bugzilla – Attachment 16562 Details for
Bug 9880
Package updates to make master build
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9880 - Remove Koha::Plugins::Base from database-independent tests
Bug-9880---Remove-KohaPluginsBase-from-database-in.patch (text/plain), 752 bytes, created by
Robin Sheat
on 2013-03-21 00:19:27 UTC
(
hide
)
Description:
Bug 9880 - Remove Koha::Plugins::Base from database-independent tests
Filename:
MIME Type:
Creator:
Robin Sheat
Created:
2013-03-21 00:19:27 UTC
Size:
752 bytes
patch
obsolete
>From 4a70ba6dda7d7d717ce1d0f0fd2c026dd73d1f77 Mon Sep 17 00:00:00 2001 >From: Robin Sheat <robin@catalyst.net.nz> >Date: Thu, 21 Mar 2013 12:19:32 +1300 >Subject: [PATCH] Bug 9880 - Remove Koha::Plugins::Base from > database-independent tests > >--- > t/00-load.t | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/t/00-load.t b/t/00-load.t >index 002a82d..af31e93 100644 >--- a/t/00-load.t >+++ b/t/00-load.t >@@ -42,6 +42,7 @@ find( > $m =~ s{^.*/Koha/}{Koha/}; > $m =~ s{/}{::}g; > return if $m =~ /Koha::SearchEngine/; # Koha::SearchEngine::* are experimental >+ return if $m =~ /Koha::Plugins::Base/; # DB > use_ok($m) || BAIL_OUT("***** PROBLEMS LOADING FILE '$m'"); > }, > }, >-- >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 9880
:
16561
|
16562