Bug 29754: (QA follow-up) Minor tests tweaks
authorTomas Cohen Arazi <tomascohen@theke.io>
Mon, 7 Feb 2022 11:58:43 +0000 (08:58 -0300)
committerFridolin Somers <fridolin.somers@biblibre.com>
Thu, 10 Feb 2022 08:01:37 +0000 (22:01 -1000)
commitf14e527d5f8adcfd92d886c02501ce1216fc7ce7
tree0f3eade3b632dcce07fae0858693eddc674be0fa
parentf55e73800925811326cef78ab6936918e94e616c
Bug 29754: (QA follow-up) Minor tests tweaks

This patch does two things:

- Wraps the new SIP tests in a single transaction. We do that to avoid
  sub-test interference, specially when test files get big. The provided
  tests are correct and don't require previous tests data.
- Migrated from the introduced 'diag' calls to 'note', as I just learned
  they are the same, but 'note' is only displayed when in verbose mode.
  Which is great to avoid unnecessary noise in Jenkins.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
t/db_dependent/Koha/Patron.t
t/db_dependent/SIP/Patron.t