https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33837
--- Comment #26 from Marcel de Rooy <[email protected]> --- t/db_dependent/Koha/Objects.t # Subtest: filter_by_last_update ok 1 - Should raise an exception if no parameter given ok 2 - filter_by_last_update must return a Koha::Objects-based object ok 3 - 3 patrons have been updated before the last 2 days (exclusive) ok 4 - 4 patrons have been updated before the last 2 days (inclusive) ok 5 - 4 patrons have been updated before yesterday (exclusive) ok 6 - 5 patrons have been updated before yesterday (inclusive) ok 7 - 5 patrons have been updated before today (exclusive) ok 8 - 6 patrons have been updated before today (inclusive) ok 9 - 1 patron has been updated "from today" (inclusive) ok 10 - 6 patrons have been updated "to today" (inclusive) ok 11 - 3 patrons have been updated between D-4 and D-2 # Subtest: Parameters older_than, younger_than ok 1 - All updated yesterday ok 2 - Yesterday, truncated from is inclusive ok 3 - Yesterday, not truncated, one hour too late ok 4 - Yesterday - 1h, not truncated, within time frame 1..4 ok 12 - Parameters older_than, younger_than 1..12 ok 19 - filter_by_last_update -- 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/
