QMI: add uqmi tool with all depends
[tomato.git] / release / src / router / libjson-c / tests / testReplaceExisting.expected
blobb1d4461b04163f37fcfbd88dac827477083f550a
1 ==== delete-in-loop test starting ====
2 Key at index 0 is [foo1] (kept)
3 Key at index 1 is [foo2] (kept)
4 Key at index 2 is [deleteme] (deleted)
5 Key at index 3 is [foo3] (kept)
6 ==== replace-value first loop starting ====
7 Key at index 0 is [foo1]
8 Key at index 1 is [foo2]
9 replacing value for key [foo2]
10 Key at index 2 is [foo3]
11 ==== second loop starting ====
12 Key at index 0 is [foo1]
13 Key at index 1 is [foo2]
14 pointer for key [foo2] does match
15 Key at index 2 is [foo3]