[Koha-bugs] [Bug 11224] C4::Acquisition need more UT, and more robust ones.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Dec 7 14:19:40 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11224

--- Comment #7 from mathieu saby <mathieu.saby at univ-rennes2.fr> ---
Note that with my patch, there will be no more need to add specific tests to
check if a specific key is returned by a function. What you must do if a new
key is added to the hash returned by a sub is to add the new keys in the array
listing all expected keys for a sub.

So I suppressed the 2 new tests added by Jonathan for bz 11111 and I added the
2 new keys in the array of expected keys for SearchOrders sub.
I ran prove t/db_dependant/Acquisition.t with the rebased patch. All is
correct.

Mathieu

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list