From: Moritz Bunkus Date: Mon, 13 Feb 2017 10:45:05 +0000 (+0100) Subject: record_links.t: nach Test aufräumen X-Git-Tag: release-3.5.4~1473 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/commitdiff_plain/8d2096c2526767517a6d93bdc1dde1ea430ce976?ds=inline record_links.t: nach Test aufräumen --- diff --git a/t/db_helper/record_links.t b/t/db_helper/record_links.t index a9ea048ec..0c46af925 100644 --- a/t/db_helper/record_links.t +++ b/t/db_helper/record_links.t @@ -363,4 +363,6 @@ is keys %$links, 2, "batch recursive by_id direction both 3"; is $links->{$o1->id}[0]->id, $i1->id, "batch recursive by_id direction both 4"; is $links->{$o2->id}[0]->id, $i2->id, "batch recursive by_id direction both 5"; +clear_up(); + 1;