Bugzilla – Attachment 21067 Details for
Bug 10667
ILS-DI: AuthenticatePatron should also work with cardnumber
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10667: Follow up - prevent t/00-load from failing
Bug-10667-Follow-up---prevent-t00-load-from-failin.patch (text/plain), 1.26 KB, created by
Mason James
on 2013-09-13 02:13:28 UTC
(
hide
)
Description:
Bug 10667: Follow up - prevent t/00-load from failing
Filename:
MIME Type:
Creator:
Mason James
Created:
2013-09-13 02:13:28 UTC
Size:
1.26 KB
patch
obsolete
>From afdb9d30073ecdb5a5b11a7bd5ad6083a5e8a834 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Thu, 12 Sep 2013 07:36:24 +0200 >Subject: [PATCH] Bug 10667: Follow up - prevent t/00-load from failing >Content-Type: text/plain; charset="utf-8" > >To test: >- Apply first 2 patches for unit tests and changes to Services.pm >- Turn off mysql >- Run t/00-load.t >- Verify that the test fails. >- Apply this third patch. >- Run t/00-load.t again. >- Verify this time it passes. > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Comment: Work well, no koha-qa errors. > >Without third patch and mysql down, test fails, >with third patch it succeed. >Signed-off-by: Mason James <mtj@kohaaloha.com> >--- > t/00-load.t | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/t/00-load.t b/t/00-load.t >index 002a82d..4f33e60 100644 >--- a/t/00-load.t >+++ b/t/00-load.t >@@ -19,6 +19,7 @@ find({ > 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::ILSDI::Services/; # DB > return if $m =~ /C4::Tags$/; # DB > return if $m =~ /C4::Service/; # DB > return if $m =~ /C4::Auth_with_cas/; # DB >-- >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 10667
:
20884
|
20885
|
20888
|
20889
|
20998
|
21007
|
21064
|
21065
| 21067