Bugzilla – Attachment 14411 Details for
Bug 8924
Some modules erroneously skipped by 00-load
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8924: Some modules erroneously skipped by 00-load
Bug-8924-Some-modules-erroneously-skipped-by-00-lo.patch (text/plain), 1.77 KB, created by
Jonathan Druart
on 2013-01-04 11:40:31 UTC
(
hide
)
Description:
Bug 8924: Some modules erroneously skipped by 00-load
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-01-04 11:40:31 UTC
Size:
1.77 KB
patch
obsolete
>From 5bf90be69ac6738c9b9023f887687a152c88686f Mon Sep 17 00:00:00 2001 >From: Jared Camins-Esakov <jcamins@cpbibliography.com> >Date: Mon, 31 Dec 2012 19:45:58 -0500 >Subject: [PATCH] Bug 8924: Some modules erroneously skipped by 00-load > >Several patterns were being skipped unnecessarily in t/00-load.t: >* C4::Cache* - no longer exists >* C4::Record - no longer requires database >* C4::Serials - no longer requires database > >To test: >1) Unset KOHA_CONF and/or shut down MySQL. >2) Run `prove t/00-load.t` >3) If the test passes, the patch is good. > >Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> > >144 tests passing. > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > t/00-load.t | 3 --- > 1 file changed, 3 deletions(-) > >diff --git a/t/00-load.t b/t/00-load.t >index dc69f96..6a5a223 100644 >--- a/t/00-load.t >+++ b/t/00-load.t >@@ -16,7 +16,6 @@ find({ > $m =~ s{^.*/C4/}{C4/}; > $m =~ s{/}{::}g; > return if $m =~ /Auth_with_ldap/; # Dont test this, it will fail on use >- return if $m =~ /Cache/; # Cache modules are a WIP, add the tests back when we are using them more > return if $m =~ /SIP/; # SIP modules will not load clean > return if $m =~ /C4::VirtualShelves$/; # Requires a DB > return if $m =~ /C4::Auth$/; # DB >@@ -25,9 +24,7 @@ find({ > return if $m =~ /C4::Auth_with_cas/; # DB > return if $m =~ /C4::BackgroundJob/; # DB > return if $m =~ /C4::UploadedFile/; # DB >- return if $m =~ /C4::Record/; # DB > return if $m =~ /C4::Reports::Guided/; # DB >- return if $m =~ /C4::Serials/; # DB > return if $m =~ /C4::VirtualShelves::Page/; # DB > return if $m =~ /C4::Members::Statistics/; # 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 8924
:
12845
|
14346
|
14348
| 14411