Remove failure detection from eunit test
As it now consistently passes
This commit is contained in:
parent
941d4d2577
commit
37b067e61b
1 changed files with 0 additions and 7 deletions
|
@ -1923,13 +1923,6 @@ foldobjects_vs_foldheads_bybucket_testto() ->
|
||||||
length(KeyHashList2E),
|
length(KeyHashList2E),
|
||||||
length(KeyHashList2F)]),
|
length(KeyHashList2F)]),
|
||||||
CompareL = lists:usort(KeyHashList2E ++ KeyHashList2F),
|
CompareL = lists:usort(KeyHashList2E ++ KeyHashList2F),
|
||||||
SubtractL = lists:subtract(KeyHashList2B, CompareL),
|
|
||||||
case length(SubtractL) of
|
|
||||||
0 ->
|
|
||||||
io:format("Test looks like passing~n");
|
|
||||||
_L ->
|
|
||||||
io:format("Failure on SplitInt ~w~n", [SplitInt])
|
|
||||||
end,
|
|
||||||
?assertMatch(true, lists:usort(KeyHashList2B) == CompareL)
|
?assertMatch(true, lists:usort(KeyHashList2B) == CompareL)
|
||||||
end,
|
end,
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue