[Bug 40444] New: Add a test to ensure all Perl test files use Test::NoWarnings
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Bug ID: 40444 Summary: Add a test to ensure all Perl test files use Test::NoWarnings Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Test Suite Assignee: chris@bigballofwax.co.nz Reporter: jonathan.druart@gmail.com QA Contact: testopia@bugs.koha-community.org Depends on: 25515 Once all children bug reports of bug 25515 will be pushed, only 7 (non-tribial) tests will be left. We should add a test now to ensure no new occurrence will be added. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25515 [Bug 25515] [OMNIBUS] Remove warnings and errors from tests output -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 --- Comment #1 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 184319 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=184319&action=edit Bug 40444: Add a test to ensure all Perl test files use Test::NoWarnings This patch adds a new xt test (xt/use-test-no-warnings.t) to make sure all our Perl test files will use Test::NoWarnings. It also adds Test::NoWarnings to some files that were missing it and that didn't need any other changes. However we still have 7 non-trivial tests that we will consider exception for now, until they are fixed. Test plan: prove xt/use-test-no-warnings.t should return green. And all other tests modified by this patch (the qa script will do that for you) You can also test the 2 selenium tests: 1. DROP and CREATE the DB DROP DATABASE koha_kohadev; CREATE DATABASE koha_kohadev; restart_all 2. KOHA_TESTING=1 prove t/db_dependent/selenium/00-onboarding.t 3. Repeat 1 2. KOHA_TESTING=1 prove t/db_dependent/selenium/01-installation.t -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |40387 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40387 [Bug 40387] t/db_dependent/Koha/EDI.t generates warnings -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |40382 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40382 [Bug 40382] Koha/CoverImages.t generates warnings -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |40442 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40442 [Bug 40442] Koha/MarcOrder.t generates warnings -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |40375 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40375 [Bug 40375] XISBN.t generates warnings -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |40386 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40386 [Bug 40386] t/Edifact.t generates warnings -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |40315 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40315 [Bug 40315] xt/tt_tidy.t generates warnings -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|chris@bigballofwax.co.nz |jonathan.druart@gmail.com Status|Needs Signoff |ASSIGNED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |40448 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40448 [Bug 40448] xt/verify-yarnlock.t generates warnings -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |40449 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40449 [Bug 40449] xt/author/valid-templates.t generates warnings -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #184319|0 |1 is obsolete| | --- Comment #2 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 184364 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=184364&action=edit Bug 40444: Add a test to ensure all Perl test files use Test::NoWarnings This patch adds a new xt test (xt/use-test-no-warnings.t) to make sure all our Perl test files will use Test::NoWarnings. It also adds Test::NoWarnings to some files that were missing it and that didn't need any other changes. However we still have 7 non-trivial tests that we will consider exception for now, until they are fixed. Test plan: prove xt/use-test-no-warnings.t should return green. And all other tests modified by this patch (the qa script will do that for you) You can also test the 2 selenium tests: 1. DROP and CREATE the DB DROP DATABASE koha_kohadev; CREATE DATABASE koha_kohadev; restart_all 2. KOHA_TESTING=1 prove t/db_dependent/selenium/00-onboarding.t 3. Repeat 1 2. KOHA_TESTING=1 prove t/db_dependent/selenium/01-installation.t -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 --- Comment #3 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 184365 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=184365&action=edit Bug 40444: Add Test::NoWarnings to xt tests -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 --- Comment #4 from Jonathan Druart <jonathan.druart@gmail.com> --- https://gitlab.com/koha-community/qa-test-tools/-/issues/95 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com --- Comment #5 from David Nind <david@davidnind.com> --- Some tests fail for me, not sure if I have to do anything else after applying the patches (KTD started up with selenium, koha and KTD updated, fresh ktd pull): prove xt/use-test-no-warnings.t xt/use-test-no-warnings.t .. 1/2 # Failed test 'All Perl test files should contain Test::NoWarnings' # at xt/use-test-no-warnings.t line 61. # got: '8' # expected: '0' # The following test files should use Test::NoWarnings: # t/ImportBatch.t # t/db_dependent/Auth.t # t/db_dependent/Budgets.t # t/db_dependent/Koha/Patron.t # t/db_dependent/www/auth_values_input_www.t # t/db_dependent/www/batch.t # t/db_dependent/www/history.t # t/db_dependent/www/search_utf8.t # Looks like you failed 1 test of 2. xt/use-test-no-warnings.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/2 subtests Test Summary Report ------------------- xt/use-test-no-warnings.t (Wstat: 256 (exited 1) Tests: 2 Failed: 1) Failed test: 1 Non-zero exit status: 1 Files=1, Tests=2, 0 wallclock secs ( 0.01 usr 0.00 sys + 0.04 cusr 0.03 csys = 0.08 CPU) Result: FAIL Running the QA script - several of the tests fail for me: - t/db_dependent/Patron/Borrower_Discharge.t - t/db_dependent/selenium/00-onboarding.t - t/db_dependent/selenium/01-installation.t - t/db_dependent/selenium/opac_ill_requests.t - xt/find-misplaced-executables.t - xt/use-test-no-warnings.t -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 --- Comment #6 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to David Nind from comment #5)
Some tests fail for me, not sure if I have to do anything else after applying the patches (KTD started up with selenium, koha and KTD updated, fresh ktd pull):
Yes, same as bug 40315, you need the patches from the dependencies of bug 25515. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|40386 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40386 [Bug 40386] t/Edifact.t generates warnings -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|40387 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40387 [Bug 40387] t/db_dependent/Koha/EDI.t generates warnings -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|25515 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25515 [Bug 25515] [OMNIBUS] Remove warnings and errors from tests output -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize@openfifth.c | |o.uk Depends on| |18772, 38944, 40018, 40019, | |40020, 40021, 40316, 40317, | |40347, 40348, 40350, 40351, | |40353, 40371, 40372, 40373, | |40374, 40376, 40377, 40378, | |40379, 40380, 40381, 40384, | |40385, 40387, 40388, 40390, | |40401, 40403, 40404, 40405, | |40406, 40407, 40409, 40410, | |40411, 40429, 40437, 40438, | |26157, 26186, 26417, 26892, | |28483, 29273, 29315, 30731, | |34697, 34838, 36356, 36917, | |36918, 36919, 36923, 36924, | |36935, 36936, 36937, 36938, | |36939 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18772 [Bug 18772] t/ImportBatch.t generates warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26157 [Bug 26157] Redirect expected DBI warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26186 [Bug 26186] Remove "subroutine redefined" warnings from tests https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26417 [Bug 26417] Remove warn in Koha::Patron is_valid_age https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26892 [Bug 26892] Remove warnings from t/db_dependent/Koha/Patrons.t https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28483 [Bug 28483] Warnings from Search.t must be removed https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29273 [Bug 29273] Warning not caught in tests for plugins https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29315 [Bug 29315] Remove warnings from Search.t https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30731 [Bug 30731] Noise from about script coming from Test::MockTime (or other CPAN modules) https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34697 [Bug 34697] Auth.t: Key derivation method "opensslv1" is deprecated https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34838 [Bug 34838] The ILL module and tests generate warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36356 [Bug 36356] FrameworkPlugin.t does not rollback properly https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36917 [Bug 36917] Many warnings from t/db_dependent/Authority/Merge.t https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36918 [Bug 36918] api/v1/ill_backends.t produces warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36919 [Bug 36919] t/db_dependent/Koha/Object.t produces warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36923 [Bug 36923] Holds/LocalHoldsPriority.t generates warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36924 [Bug 36924] t/db_dependent/Search.t generates warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36935 [Bug 36935] BackgroundJob/ImportKBARTFile.t generates warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36936 [Bug 36936] api/v1/bookings.t generates warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36937 [Bug 36937] api/v1/password_validation.t generates warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36938 [Bug 36938] Biblio.t generates warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36939 [Bug 36939] Serials.t generates a warning https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38944 [Bug 38944] Add Test::NoWarnings to tests without warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40018 [Bug 40018] Remove warning from Koha/Template/Plugin/Koha.t https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40019 [Bug 40019] Koha/Auth/Client.t produces warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40020 [Bug 40020] Koha/AdditionalContents.t produces warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40021 [Bug 40021] Koha/Plugins/Recall_hooks.t produces warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40316 [Bug 40316] selenium/regressions.t generates warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40317 [Bug 40317] Auth_with_shibboleth.t generates warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40347 [Bug 40347] Koha/Hold.t generates diag https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40348 [Bug 40348] api/v1/two_factor_auth.t generates warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40350 [Bug 40350] t/db_dependent/Holds.t generates warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40351 [Bug 40351] Koha/SearchEngine/Elasticsearch/Search.t generates a warning https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40353 [Bug 40353] Koha/Patron.t generates warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40371 [Bug 40371] t/db_dependent/Budgets.t generates warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40372 [Bug 40372] api/v1/holds.t generates a warning https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40373 [Bug 40373] Reserves.t generates a warning https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40374 [Bug 40374] Koha/Booking.t generates warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40376 [Bug 40376] AuthorisedValues.t generates a warning https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40377 [Bug 40377] HoldsQueue/TransportCostOptimizations.t generates warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40378 [Bug 40378] api/v1/biblios.t generates warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40379 [Bug 40379] t/db_dependent/www tests generate warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40380 [Bug 40380] Koha/Patrons/Import.t generates warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40381 [Bug 40381] Koha/SearchEngine/Elasticsearch/ExportConfig.t generates warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40384 [Bug 40384] Koha/Plugins/Patron.t generates warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40385 [Bug 40385] Reserves/CancelExpiredReserves.t generates a warning https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40387 [Bug 40387] t/db_dependent/Koha/EDI.t generates warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40388 [Bug 40388] t/Labels.t generates a warning https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40390 [Bug 40390] t/db_dependent/Biblio.t generates warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40401 [Bug 40401] Implement Koha::Patron->is_anonymous (was t/db_dependent/Auth.t generates warnings) https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40403 [Bug 40403] Circulation_holdsqueue.t generates warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40404 [Bug 40404] t/Test/Mock/Logger.t generates warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40405 [Bug 40405] systempreferences.value cannot be set to NULL https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40406 [Bug 40406] selenium/basic_workflow.t generates warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40407 [Bug 40407] Remove legacy "pre-wrap" versions (was Patron/Borrower_Discharge.t generates warnings) https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40409 [Bug 40409] t/db_dependent/Overdues.t generates warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40410 [Bug 40410] Letters.t generates a warning https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40411 [Bug 40411] Koha/SearchEngine/Elasticsearch.t generates warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40429 [Bug 40429] Koha/Patron/Modifications.t generates warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40437 [Bug 40437] Koha/Installer.t generates a warning https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40438 [Bug 40438] Koha/Old/Hold.t generates warnings -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia@bugs.koha-communit |martin.renvoize@openfifth.c |y.org |o.uk -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 --- Comment #7 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- I'm going to give this a QA run.. I've changed the order of the dependency tree to make it trivial for git bz to apply all the dependencies. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #184364|0 |1 is obsolete| | --- Comment #8 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 184540 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=184540&action=edit Bug 40444: Add a test to ensure all Perl test files use Test::NoWarnings This patch adds a new xt test (xt/use-test-no-warnings.t) to make sure all our Perl test files will use Test::NoWarnings. It also adds Test::NoWarnings to some files that were missing it and that didn't need any other changes. However we still have 7 non-trivial tests that we will consider exception for now, until they are fixed. Test plan: prove xt/use-test-no-warnings.t should return green. And all other tests modified by this patch (the qa script will do that for you) You can also test the 2 selenium tests: 1. DROP and CREATE the DB DROP DATABASE koha_kohadev; CREATE DATABASE koha_kohadev; restart_all 2. KOHA_TESTING=1 prove t/db_dependent/selenium/00-onboarding.t 3. Repeat 1 2. KOHA_TESTING=1 prove t/db_dependent/selenium/01-installation.t Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #184365|0 |1 is obsolete| | --- Comment #9 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 184541 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=184541&action=edit Bug 40444: Add Test::NoWarnings to xt tests Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 --- Comment #10 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 184542 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=184542&action=edit Bug 40444: (follow-up) Remove EDI tests from the exclude list We've got those tests running without warnings now too. Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 --- Comment #11 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- I think we're near the end of the road here.. woop woop. In my opinion, we should go with this as soon as the EDI tests that are awaiting QA are passed. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|40353 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40353 [Bug 40353] Koha/Patron.t generates warnings -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas@bywatersolutions.com --- Comment #12 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- I don't see any missing dependencies now. It should be safe to push this now, I believe? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |ASSIGNED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 --- Comment #13 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 184612 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=184612&action=edit Bug 40444: Add Test::NoWarnings to newly added api/v1/cash_registers.t -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Passed QA --- Comment #14 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Lucas Gass (lukeg) from comment #12)
I don't see any missing dependencies now. It should be safe to push this now, I believe?
Yes, go! :) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 --- Comment #15 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 184708 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=184708&action=edit Bug 40444: Fix onboarding and installer selenium tests -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |25.11.00 released in| | Status|Passed QA |Pushed to main -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 --- Comment #16 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- Nice work everyone! Pushed to main for 25.11 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Bug 40444 depends on bug 38944, which changed state. Bug 38944 Summary: Add Test::NoWarnings to tests without warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38944 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Bug 40444 depends on bug 40379, which changed state. Bug 40379 Summary: t/db_dependent/www tests generate warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40379 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Bug 40444 depends on bug 40401, which changed state. Bug 40401 Summary: Implement Koha::Patron->is_anonymous (was t/db_dependent/Auth.t generates warnings) https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40401 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Paul Derscheid <paul.derscheid@lmscloud.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|25.11.00 |25.11.00,25.05.04 released in| | Status|Pushed to main |Pushed to stable -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 --- Comment #17 from Paul Derscheid <paul.derscheid@lmscloud.de> --- Nice work everyone! Pushed to 25.05.x -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers@biblibre.co | |m Status|Pushed to stable |Needs documenting --- Comment #18 from Fridolin Somers <fridolin.somers@biblibre.com> --- Enhancement not pushed to 24.11.x -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Bug 40444 depends on bug 40387, which changed state. Bug 40387 Summary: t/db_dependent/Koha/EDI.t generates warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40387 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Needs documenting |RESOLVED --- Comment #19 from David Nind <david@davidnind.com> --- Test suite related, no changes to the manual required. Not sure if any changes are required to the coding guidelines, but will leave that up to developers to add/propose if not done so already. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Bug 40444 depends on bug 40371, which changed state. Bug 40371 Summary: t/db_dependent/Budgets.t generates warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40371 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Bug 40444 depends on bug 40405, which changed state. Bug 40405 Summary: systempreferences.value cannot be set to NULL https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40405 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Bug 40444 depends on bug 40403, which changed state. Bug 40403 Summary: Circulation_holdsqueue.t generates warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40403 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Bug 40444 depends on bug 40437, which changed state. Bug 40437 Summary: Koha/Installer.t generates a warning https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40437 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Bug 40444 depends on bug 40372, which changed state. Bug 40372 Summary: api/v1/holds.t generates a warning https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40372 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Bug 40444 depends on bug 40374, which changed state. Bug 40374 Summary: Koha/Booking.t generates warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40374 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Bug 40444 depends on bug 40406, which changed state. Bug 40406 Summary: selenium/basic_workflow.t generates warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40406 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Bug 40444 depends on bug 40409, which changed state. Bug 40409 Summary: t/db_dependent/Overdues.t generates warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40409 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Bug 40444 depends on bug 40378, which changed state. Bug 40378 Summary: api/v1/biblios.t generates warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40378 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Bug 40444 depends on bug 40376, which changed state. Bug 40376 Summary: AuthorisedValues.t generates a warning https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40376 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Bug 40444 depends on bug 40390, which changed state. Bug 40390 Summary: t/db_dependent/Biblio.t generates warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40390 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Bug 40444 depends on bug 40373, which changed state. Bug 40373 Summary: Reserves.t generates a warning https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40373 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Bug 40444 depends on bug 40317, which changed state. Bug 40317 Summary: Auth_with_shibboleth.t generates warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40317 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Bug 40444 depends on bug 40404, which changed state. Bug 40404 Summary: t/Test/Mock/Logger.t generates warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40404 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Bug 40444 depends on bug 40347, which changed state. Bug 40347 Summary: Koha/Hold.t generates diag https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40347 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Bug 40444 depends on bug 40020, which changed state. Bug 40020 Summary: Koha/AdditionalContents.t produces warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40020 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Bug 40444 depends on bug 40019, which changed state. Bug 40019 Summary: Koha/Auth/Client.t produces warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40019 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Bug 40444 depends on bug 40018, which changed state. Bug 40018 Summary: Remove warning from Koha/Template/Plugin/Koha.t https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40018 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Bug 40444 depends on bug 40021, which changed state. Bug 40021 Summary: Koha/Plugins/Recall_hooks.t produces warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40021 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Bug 40444 depends on bug 40381, which changed state. Bug 40381 Summary: Koha/SearchEngine/Elasticsearch/ExportConfig.t generates warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40381 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Bug 40444 depends on bug 40380, which changed state. Bug 40380 Summary: Koha/Patrons/Import.t generates warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40380 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Bug 40444 depends on bug 40377, which changed state. Bug 40377 Summary: HoldsQueue/TransportCostOptimizations.t generates warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40377 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Bug 40444 depends on bug 40385, which changed state. Bug 40385 Summary: Reserves/CancelExpiredReserves.t generates a warning https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40385 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Bug 40444 depends on bug 40351, which changed state. Bug 40351 Summary: Koha/SearchEngine/Elasticsearch/Search.t generates a warning https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40351 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Bug 40444 depends on bug 40438, which changed state. Bug 40438 Summary: Koha/Old/Hold.t generates warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40438 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Bug 40444 depends on bug 18772, which changed state. Bug 18772 Summary: t/ImportBatch.t generates warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18772 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Bug 40444 depends on bug 40316, which changed state. Bug 40316 Summary: selenium/regressions.t generates warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40316 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Bug 40444 depends on bug 40348, which changed state. Bug 40348 Summary: api/v1/two_factor_auth.t generates warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40348 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Bug 40444 depends on bug 40350, which changed state. Bug 40350 Summary: t/db_dependent/Holds.t generates warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40350 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Bug 40444 depends on bug 40384, which changed state. Bug 40384 Summary: Koha/Plugins/Patron.t generates warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40384 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Bug 40444 depends on bug 40388, which changed state. Bug 40388 Summary: t/Labels.t generates a warning https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40388 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Bug 40444 depends on bug 40407, which changed state. Bug 40407 Summary: Remove legacy "pre-wrap" versions (was Patron/Borrower_Discharge.t generates warnings) https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40407 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Bug 40444 depends on bug 40410, which changed state. Bug 40410 Summary: Letters.t generates a warning https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40410 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Bug 40444 depends on bug 40411, which changed state. Bug 40411 Summary: Koha/SearchEngine/Elasticsearch.t generates warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40411 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444 Bug 40444 depends on bug 40429, which changed state. Bug 40429 Summary: Koha/Patron/Modifications.t generates warnings https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40429 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org