Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tidev#1530 state:fixed-in-qa] This is actually doing the right thing…
… in Android. Blain and I walked through it and he agreed that iPhone should be throwing an exception. I added an exception handler to the test so that it deals with the expected exception. The delete from top is also correct. The test is actually very broken because tableview.data is actually an array of TableViewSections's not rows. It's a hold over from pre 0.9. The length of that array is 1 therefore it always remove index 0.
- Loading branch information