[Koha-bugs] [Bug 10386] UT: VirtualShelves.t needs some more adjustments

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 10 14:52:38 CEST 2013


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

--- Comment #2 from M. de Rooy <m.de.rooy at rijksmuseum.nl> ---
Created attachment 18821
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18821&action=edit
Bug 10386: VirtualShelves.t needs some more adjustments

Most important: Does no longer delete all shelves!
Checks if there are ten borrowers for testing. But even works without them :)
When creating or modifying lists, takes name clashes into consideration.

Small change to _CheckShelfName in VirtualShelves module. Making it possible to
check a name for a list whose owner has been set to NULL. Note that a test
like field=? with undef for placeholder will not work in MySql.

Test plan:
How do you test a test? Well, you could run it on various databases..
But for real hacking, you could also add some debug lines.
I tested this by forcing 10 undefs in @borrowernumbers.
And by overwriting the return value of randomname with an existing name.

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


More information about the Koha-bugs mailing list