[TIMOB-4715] Android: Remove get/setMessageid in Ti.UI.AlertDialog
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-11-05T13:53:46.000+0000 |
Affected Version/s | Release 1.7.1 |
Fix Version/s | Sprint 2011-31, Release 1.8.0 |
Components | Android |
Labels | parity |
Reporter | Marshall Culpepper |
Assignee | Natalie Huynh |
Created | 2011-07-19T09:37:15.000+0000 |
Updated | 2014-06-19T12:46:44.000+0000 |
Description
We should't need to expose get/setMessageid in Ti.UI.AlertDialog (this causes a parity gap w/ iOS)
You can test with this code below, which should show you an error that the function
setMessageid
cannot be found, which is correct since the change was to remove it. You can also test this by running the coverage report (python drillbit/coverage/coverage.py
) and opening the resulting HTML report and verifying thatAlertDialog
does not containsetMessageid
.Tested with 1.8.0.v20110921124951 on Gslate 3.1 Emulator 2.3 Hero 2.1
Standardizing summary and labels.