projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a38750d
)
record_links.t: nach Test aufräumen
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 13 Feb 2017 10:45:05 +0000
(11:45 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 13 Feb 2017 10:45:05 +0000
(11:45 +0100)
t/db_helper/record_links.t
patch
|
blob
|
history
diff --git
a/t/db_helper/record_links.t
b/t/db_helper/record_links.t
index
a9ea048
..
0c46af9
100644
(file)
--- 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;