Change to use manifest_entry not straight PID in unit test

This commit is contained in:
martinsumner 2017-01-17 10:14:40 +00:00
parent 9832ecc369
commit c32fd3fb4c

View file

@ -1442,8 +1442,8 @@ merge_test() ->
?assertMatch(ExpFK2, FK2),
?assertMatch(ExpLK1, LK1),
?assertMatch(ExpLK2, LK2),
ML1 = [{next, P1, FK1}],
ML2 = [{next, P2, FK2}],
ML1 = [{next, #manifest_entry{owner = P1}, FK1}],
ML2 = [{next, #manifest_entry{owner = P2}, FK2}],
{ok, P3, {{Rem1, Rem2}, FK3, LK3}} = sst_new("../test/level2_merge",
ML1,
ML2,