Comment 2 for bug 1023549

Revision history for this message
Peter Beaman (pbeaman) wrote :

Bug statement was incomplete and the test cases didn't cover. The following fails:

ex.removeAll();
ex.clear().append(1);
assertFalse(ex.traverse(Key.EQ, false, -1))

The traverse method incorrectly returns true.