[Koha-bugs] [Bug 15159] TestBuilder behaviour on AI values should be tested

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 9 15:20:33 CET 2015


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

--- Comment #1 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 44648
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=44648&action=edit
Bug 15159: TestBuilder behaviour on AI values should be tested

This patch introduces a test for t::lib::TestBuilder to check it
doesn't mess with AI values. As it is generating random values based
on the defined column type, chances are that it is creating the
AI values on its own, instead of letting the DB handle it.

This could be problematic of course. This test uses the 'biblio' table
by creating two values and checking their biblionumbers are consecutive.

To test:
- Apply the patch
- Run:
  $ prove t/db_dependent/TestBuilder.t -v
=> SUCCESS: The new tests are run and:
   - biblio.biblionumber is detected as an auto-increment column
   - generated biblionumbers are consecutive
- Sign off

Regards

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


More information about the Koha-bugs mailing list