From 8d2096c2526767517a6d93bdc1dde1ea430ce976 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 13 Feb 2017 11:45:05 +0100 Subject: [PATCH] =?utf8?q?record=5Flinks.t:=20nach=20Test=20aufr=C3=A4umen?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- t/db_helper/record_links.t | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.20.1