Bugzilla – Attachment 179378 Details for
Bug 38944
Add Test::NoWarnings to tests without warnings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38944: Fix tidiness t/db_dependent/check_kohastructure.t
Bug-38944-Fix-tidiness-tdbdependentcheckkohastruct.patch (text/plain), 914 bytes, created by
Jonathan Druart
on 2025-03-17 08:24:24 UTC
(
hide
)
Description:
Bug 38944: Fix tidiness t/db_dependent/check_kohastructure.t
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-03-17 08:24:24 UTC
Size:
914 bytes
patch
obsolete
>From 8b7bdb39a99a2ac35b6516de43cc895ca25b7ef2 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 17 Mar 2025 09:23:02 +0100 >Subject: [PATCH] Bug 38944: Fix tidiness t/db_dependent/check_kohastructure.t > >This is an odd one, why this change? >--- > t/db_dependent/check_kohastructure.t | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/t/db_dependent/check_kohastructure.t b/t/db_dependent/check_kohastructure.t >index e3132ea6591..ab2318dab93 100755 >--- a/t/db_dependent/check_kohastructure.t >+++ b/t/db_dependent/check_kohastructure.t >@@ -23,6 +23,7 @@ use C4::Context; > my $content = read_file( C4::Context->config("intranetdir") . '/installer/data/mysql/kohastructure.sql' ); > my @drop_stmt_missing; > my $ccc = $content; >+ > while ( $content =~ m|CREATE TABLE `?([^`\n ]*)`?\s?\(\s*\n|g ) { > my $match = $1; > next if $match =~ m|^IF NOT EXISTS |; >-- >2.34.1
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 38944
:
176912
|
176913
|
176914
|
177165
|
177166
|
177167
|
177196
|
177274
|
177275
|
177362
|
177363
|
177364
|
177380
|
177477
|
177478
|
177479
|
177480
|
177481
|
177928
|
177929
|
177930
|
177931
|
177932
|
177977
|
177994
|
177995
|
177996
|
177997
|
177998
|
177999
|
179241
|
179242
|
179243
|
179244
|
179245
|
179246
|
179247
| 179378 |
179478
|
181977