blob: b1d4461b04163f37fcfbd88dac827477083f550a [file] [log] [blame]
Eric Haszlakiewiczf6b27cb2012-10-20 20:26:37 -05001==== delete-in-loop test starting ====
2Key at index 0 is [foo1] (kept)
3Key at index 1 is [foo2] (kept)
4Key at index 2 is [deleteme] (deleted)
5Key at index 3 is [foo3] (kept)
6==== replace-value first loop starting ====
Eric Haszlakiewicz6988f532012-07-24 23:27:41 -05007Key at index 0 is [foo1]
8Key at index 1 is [foo2]
9replacing value for key [foo2]
10Key at index 2 is [foo3]
11==== second loop starting ====
12Key at index 0 is [foo1]
13Key at index 1 is [foo2]
14pointer for key [foo2] does match
15Key at index 2 is [foo3]