]> git.koha-community.org Git - koha.git/commit
Bug 10289: (follow-up) don't set cardnumber for test patron
authorGalen Charlton <gmc@esilibrary.com>
Mon, 8 Jul 2013 14:29:32 +0000 (14:29 +0000)
committerBernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Sat, 3 Aug 2013 21:00:16 +0000 (18:00 -0300)
commit3a486d8d9d64a371faa7904589c19c6e4bd4aa9c
treea64af5f4e9554ced993573a12910f605439c7104
parentd77a1429846b4cd16f8b7ca9a9b8528bb7f396e0
Bug 10289: (follow-up) don't set cardnumber for test patron

Since the patron barcode is nullable, and since the tests using
the test patron don't care what the barcode is, don't set it.  This
avoids the tests failing if the test database happens to already
have a patron record with the hard-coded barcode that used
to be supplied.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit 7957dd2a06cd20997f50f49aa1b77e24589ae71c)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
(cherry picked from commit 9c90b651f2a1a4420a0b5b7865c0796c1d6b8764)
Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
(cherry picked from commit 9c90b651f2a1a4420a0b5b7865c0796c1d6b8764)
t/db_dependent/Reserves.t