Bug 13456: Serials/Claims.t expects no subscriptions
However, this is an unreasonable assumption for a system which is in use (either lots of testing or production). TEST PLAN --------- 1) Have a supplier with a late subscription. 2) prove t/db_dependent/Serials/Claims.t -- will fail 3) apply patch 4) prove t/db_dependent/Serials/Claims.t -- success 5) run koha qa test tools Signed-off-by: Paola Rossi <paola.rossi@cineca.it> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
parent
c3843bcb7f
commit
9412b90599
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ $dbh->{AutoCommit} = 0;
|
|||
$dbh->{RaiseError} = 1;
|
||||
|
||||
$dbh->do(q|DELETE FROM issues|);
|
||||
$dbh->do(q|DELETE FROM subscription|);
|
||||
|
||||
my $branchcode = 'CPL';
|
||||
my $bpid = AddBudgetPeriod({
|
||||
|
|
Loading…
Reference in a new issue