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

--- Comment #1 from Thomas Klausner <[email protected]> ---
Created attachment 181309
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=181309&action=edit
Bug 39700: Fix test case t/db_dependent/Authority/Merge.t broken in 34739

Bug 34739 added some test cases to t/db_dependent/Authority/Merge.t which work
when run as a standlone test, but fail when run with some other tests. This
patch fixes the test.

Test Plan:

* Start KTD and enter a shell
* Run only the single test:
  prove t/db_dependent/Authority/Merge.t
* You should get "All test successful"
* Now run two tests:
  prove t/db_dependent/Biblio.t t/db_dependent/Authority/Merge.t
* You will get a FAIL:
  t/db_dependent/Authority/Merge.t (Wstat: 256 (exited 1) Tests: 14 Failed: 1)
  Failed test:  13

* Apply the patch

* Again run two tests:
  prove t/db_dependent/Biblio.t t/db_dependent/Authority/Merge.t
* You should get "All test successful"

Sponsored by: HKS3

-- 
You are receiving this mail because:
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