Bugzilla – Attachment 171468 Details for
Bug 37818
XXX trick in installer code is not longer needed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37818: (follow-up) Remove failing XXX tests from Installer.t
Bug-37818-follow-up-Remove-failing-XXX-tests-from-.patch (text/plain), 917 bytes, created by
Katrin Fischer
on 2024-09-13 14:17:40 UTC
(
hide
)
Description:
Bug 37818: (follow-up) Remove failing XXX tests from Installer.t
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2024-09-13 14:17:40 UTC
Size:
917 bytes
patch
obsolete
>From b883c0a14382e3348ba86e7b4fafe90eaaddaef5 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer@bsz-bw.de> >Date: Fri, 13 Sep 2024 14:16:41 +0000 >Subject: [PATCH] Bug 37818: (follow-up) Remove failing XXX tests from > Installer.t > >--- > t/db_dependent/Koha/Installer.t | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > >diff --git a/t/db_dependent/Koha/Installer.t b/t/db_dependent/Koha/Installer.t >index 649b4636ce0..c9091d2bde4 100755 >--- a/t/db_dependent/Koha/Installer.t >+++ b/t/db_dependent/Koha/Installer.t >@@ -99,13 +99,11 @@ subtest 'needs_update' => sub { > }; > > subtest 'TransformToNum' => sub { >- plan tests => 5; >+ plan tests => 3; > > my %test_cases = ( > '20.05.01.000' => '20.0501000', >- '19.11.02.XXX' => '19.1102999', > '21.06.00.003' => '21.0600003', >- '18.05.02.XXX' => '18.0502999', > '22.11.01.123' => '22.1101123', > ); > >-- >2.39.2
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 37818
:
170964
|
170976
|
171129
| 171468