Summary: | t/db_dependent/www tests generate warnings | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Test Suite | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | Needs Signoff --- | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Bug Depends on: | |||
Bug Blocks: | 25515 | ||
Attachments: | Bug 40379: Remove warnings from t/db_dependent/www |
Description
Jonathan Druart
2025-07-15 10:44:44 UTC
Created attachment 184081 [details] [review] Bug 40379: Remove warnings from t/db_dependent/www XMLin complains because there are several nodes with the same name attribute. Not sure what is correct or not, but we actually cannot use the admin/DBMS user to login to the Koha interface. We use KOHA_USER env var or default to 'koha'. |