Test correction

In one test run the numbe rof files fluctuated but ended at zero.  The
ending at zero is the importnat thing.
This commit is contained in:
martinsumner 2016-10-27 22:23:19 +01:00
parent c6ca973517
commit 0e4632ee31

View file

@ -493,7 +493,7 @@ space_clear_ondelete(_Config) ->
io:format("Bookie has ~w ledger files " ++ io:format("Bookie has ~w ledger files " ++
"after second close~n", [length(FNsD_L)]), "after second close~n", [length(FNsD_L)]),
true = PointB_Journals < length(FNsA_J), true = PointB_Journals < length(FNsA_J),
true = length(FNsB_L) =< length(FNsA_L), true = length(FNsD_L) < length(FNsA_L),
true = length(FNsC_L) =< length(FNsB_L), true = length(FNsD_L) < length(FNsB_L),
true = length(FNsD_L) =< length(FNsB_L), true = length(FNsD_L) < length(FNsC_L),
true = length(FNsD_L) == 0. true = length(FNsD_L) == 0.