Description
Steps to reproduce:
1) run org.apache.pivot.wtk.test.CheckedListViewTest
2) Uncheck all items but the last
3) Select the last item
4) Press the DELETE key to remove the item
Expected results:
The only checked item was deleted, so you should be left with no items checked
Actual results:
The third item (which has become the last item) becomes checked