https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31212
--- Comment #49 from Tomás Cohen Arazi <[email protected]> --- This development introduced a small regression in which the item gets stored twice during the tests in t/db_dependent/Koha/SearchEngine/Indexer.t because it used to store a date a couple times, with no real changes to the object (i.e. dt_from_string->ymd) and now it always differs (i.e. the attribute is marked as dirty). Options: 1. Adjust the tests to this situation and add FIXME and file a new bug to deal with the fact 2. Fix it here Ideas? -- 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/
