Bug 28445: Add diag for failing test
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 28 Oct 2021 10:15:17 +0000 (12:15 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 28 Oct 2021 10:16:37 +0000 (12:16 +0200)
commitc70de8c5305700cce9a6fe9a6f75c2cf53be02f1
treee8f5aee71f000c7225f4f68fa37a62f5ea874901
parentca179e808f00b0fe08f0fa9c377c10096da0702c
Bug 28445: Add diag for failing test

Temporary patch to help trying to fix the following random error:
     #   Failed test 'Item types should be sorted by description and an empty entries should be shown'
     #   at t/db_dependent/Koha/UI/Form/Builder/Item.t line 121.
     #     Structures begin differing at:
     #          $got->[12] = 'Be9T9FH5aO'
     #     $expected->[12] = 'REF'
     # Looks like you failed 1 test of 2.

 #   Failed test 'itemtypes'
 #   at t/db_dependent/Koha/UI/Form/Builder/Item.t line 130.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
t/db_dependent/Koha/UI/Form/Builder/Item.t