Bugzilla – Attachment 13399 Details for
Bug 7119
general code-cleaning, tidy/whitespace omnibus
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7119 - general code-cleaning, tidy/whitespace omnibus
Bug-7119---general-code-cleaning-tidywhitespace-om.patch (text/plain), 2.50 KB, created by
Paul Poulain
on 2012-11-12 16:41:23 UTC
(
hide
)
Description:
Bug 7119 - general code-cleaning, tidy/whitespace omnibus
Filename:
MIME Type:
Creator:
Paul Poulain
Created:
2012-11-12 16:41:23 UTC
Size:
2.50 KB
patch
obsolete
>From 2d10735786f37f649eb121595cf0066bf7b8ad4b Mon Sep 17 00:00:00 2001 >From: Christopher Nighswonger <cnighswonger@cnighswonger-dt.(none)> >Date: Thu, 8 Nov 2012 15:29:48 -0500 >Subject: [PATCH] Bug 7119 - general code-cleaning, tidy/whitespace omnibus > >Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> >Signed-off-by: Paul Poulain <paul.poulain@biblibre.com> >--- > t/00-load.t | 34 +++++++++++++++++----------------- > 1 file changed, 17 insertions(+), 17 deletions(-) > >diff --git a/t/00-load.t b/t/00-load.t >index afff47d..197636c 100644 >--- a/t/00-load.t >+++ b/t/00-load.t >@@ -12,23 +12,23 @@ find({ > no_chdir => 1, > wanted => sub { > my $m = $_; >- return unless $m =~ s/[.]pm$//; >- $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 >- return if $m =~ /C4::Tags$/; # DB >- return if $m =~ /C4::Service/; # DB >- 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 unless $m =~ s/[.]pm$//; >+ $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 >+ return if $m =~ /C4::Tags$/; # DB >+ return if $m =~ /C4::Service/; # DB >+ 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.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 7119
:
13322
|
13323
|
13333
|
13399