Bug 12445 [QA Followup] - Clear issues table before clearing borrrowers table
authorKyle M Hall <kyle@bywatersolutions.com>
Fri, 25 Jul 2014 13:12:36 +0000 (09:12 -0400)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 29 Jul 2014 19:24:00 +0000 (16:24 -0300)
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
All tests pass, even more now than before.

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
t/db_dependent/Suggestions.t

index 37261eb..299bdf6 100644 (file)
@@ -36,6 +36,7 @@ $dbh->{AutoCommit} = 0;
 $dbh->{RaiseError} = 1;
 
 $dbh->do(q|DELETE FROM suggestions|);
+$dbh->do(q|DELETE FROM issues|);
 $dbh->do(q|DELETE FROM borrowers|);
 $dbh->do(q|DELETE FROM letter|);
 $dbh->do(q|DELETE FROM message_queue|);