Bugzilla – Attachment 177380 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: Revert changes to selenium/01-installation.t
Bug-38944-Revert-changes-to-selenium01-installatio.patch (text/plain), 1.13 KB, created by
Jonathan Druart
on 2025-01-31 12:47:28 UTC
(
hide
)
Description:
Bug 38944: Revert changes to selenium/01-installation.t
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-01-31 12:47:28 UTC
Size:
1.13 KB
patch
obsolete
>From 0c05d8f24157e465a5ce1d4ff357df7cb6213270 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 31 Jan 2025 13:47:01 +0100 >Subject: [PATCH] Bug 38944: Revert changes to selenium/01-installation.t > >--- > t/db_dependent/selenium/01-installation.t | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/t/db_dependent/selenium/01-installation.t b/t/db_dependent/selenium/01-installation.t >index 521842ffb7d..cd7c630b184 100755 >--- a/t/db_dependent/selenium/01-installation.t >+++ b/t/db_dependent/selenium/01-installation.t >@@ -22,7 +22,7 @@ > > use Modern::Perl; > >-use Test::More tests => 3; >+use Test::More tests => 2; > > use t::lib::Selenium; > use C4::Context; >@@ -53,7 +53,7 @@ SKIP: { > skip "This test must be run with an empty DB. We are using KOHA_TESTING that is set by our CI\nIf you really want to run it, set this env var.", 2 unless $ENV{KOHA_TESTING}; > > my $dbh = eval { C4::Context->dbh; }; >- skip "Tests won't run if the database does not exist", 2 if $@; >+ skip "Tests won't run if the database does not exist", 3 if $@; > > { > my $dup_err; >-- >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