X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=t%2Fdb_helper%2Frecord_links.t;h=0c46af92548a2a52b52cab6d84a8132aa27b713b;hb=16d5a584a54b10a4a8cbd85d4bfb09836abb78d7;hp=a9ea048ec8874ba6fea758c53f884b66872bc092;hpb=f5df17caa4a22bcb8abe4910b837ec86a84ba9f0;p=kivitendo-erp.git 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;