Bug 10694: (follow-up) remove truncate table from test case
authorGalen Charlton <gmc@esilibrary.com>
Fri, 2 May 2014 22:00:45 +0000 (22:00 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 2 May 2014 22:00:45 +0000 (22:00 +0000)
commit80c68171bdefeebf90a958af330d43514a687c5f
tree1d49f36673c225ad84bc97de853b1921a89b2543
parentb3f5867bb70d8aa66d9cbecab760dcec12b3faae
Bug 10694: (follow-up) remove truncate table from test case

Doing a truncate of a table in MySQL causes an implicit commit.
Consequently, they should not be used in DB-dependent test cases,
as they will cause the changes to NOT be rolled back.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
t/db_dependent/Circulation_issue.t