Bug 28734: Clear cache to prevent random failures
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 12 Oct 2021 07:10:58 +0000 (09:10 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 12 Oct 2021 07:12:54 +0000 (09:12 +0200)
commitf6d013efad595a5c434a4d0f85a7854be83fcbe9
tree47a9f56b8dc3e851581f034d8c96e7480c13d1ea
parent81d11915d774dedeeaa699f1def3b7b458e286e4
Bug 28734: Clear cache to prevent random failures

MSS is modified, we must clear the cache before and after

    #   Failed test 'Authorised value is correctly parsed to show description rather than code'
    #   at t/db_dependent/Koha/Biblio.t line 617.
    #          got: 'CODE'
    #     expected: 'Description should show'

    #   Failed test 'Authorised value is correctly parsed for OPAC to show description rather than code'
    #   at t/db_dependent/Koha/Biblio.t line 624.
    #          got: 'CODE'
    #     expected: 'Description should show OPAC'
    # Looks like you failed 2 tests of 13

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