Bug 7688: (follow-up) add unit tests for C4::Serials::GetNextSeq()
authorJulian Maurice <julian.maurice@biblibre.com>
Thu, 4 Jul 2013 09:32:06 +0000 (11:32 +0200)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 30 Oct 2013 00:38:28 +0000 (00:38 +0000)
commit21be80ff97c1af68df2d95481ce63d26c74d6bb8
tree210578fd3ade469e0167714ea2e5e3f3df74f42e
parent8f31154cbcca64f4c58c216d17ae543e3c17def0
Bug 7688: (follow-up) add unit tests for C4::Serials::GetNextSeq()

These tests are split in two parts: "db dependent" and "db
independent".
GetNextSeq requires DB only when checking for irregularities.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
t/Serials/GetNextSeq.t [new file with mode: 0644]
t/db_dependent/Serials/GetNextSeq.t [new file with mode: 0644]