Bug 41322 - Incorrect use of Test::Strict in xt/tt_tidy.t
Summary: Incorrect use of Test::Strict in xt/tt_tidy.t
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Test Suite (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low minor
Assignee: Chris Cormack
QA Contact: Testopia
URL:
Keywords:
Depends on: 38664
Blocks:
  Show dependency treegraph
 
Reported: 2025-11-27 13:34 UTC by Jonathan Druart
Modified: 2025-11-27 13:34 UTC (History)
0 users

See Also:
GIT URL:
Initiative type: ---
Sponsorship status: ---
Comma delimited list of Sponsors:
Crowdfunding goal: 0
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Druart 2025-11-27 13:34:47 UTC
Wrong copy/paste from another file (?)

xt/tt_tidy.t:use Test::Strict;
xt/tt_tidy.t:$Test::Strict::TEST_STRICT = 0;

This should only be used by t/db_dependent/00-strict.t