https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40663

--- Comment #2 from Tomás Cohen Arazi (tcohen) <[email protected]> ---
Created attachment 185513
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=185513&action=edit
Bug 40663: Update GD::Barcode::QRcode to v2.01

1. Start an Ubuntu 24.04 KTD:
   $ KOHA_IMAGE=main-noble ktd --name noble up -d
2. Run:
   $ ktd --name noble --shell
  k$ pmvers GD::Barcode::QRcode
=> 2.00
3. Run:
  k$ prove t/db_dependent/Koha/Auth/TwoFactorAuth.t
=> FAIL: Tests fail!
4. Run:
  k$ sudo cpanm -i GD::Barcode::[email protected]
5. Repeat 3
=> SUCCESS: Tests pass!
6. Exit the 24.04 KTD and stop it:
  k$ exit
   $ ktd --name noble down
7. Start a Debian 12 KTD:
   $ KOHA_IMAGE=main-bookworm ktd --name bookworm up -d
8. Run:
   $ ktd --name bookworm --shell
  k$ pmvers GD::Barcode::QRcode
=> 0.01
9. Run:
  k$ prove t/db_dependent/Koha/Auth/TwoFactorAuth.t
=> SUCCESS: Tests pass!
10. Run:
  k$ sudo cpanm -i GD::Barcode::[email protected]
11. Repeat 9
=> SUCCESS: Tests still pass!

Signed-off-by: Tomas Cohen Arazi <[email protected]>

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to