[TIMOB-4829] Write unit tests for String.format* functions
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Low |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2011-09-15T11:27:17.000+0000 |
| Affected Version/s | Release 1.7.2 |
| Fix Version/s | Sprint 2011-35, Release 1.8.0 |
| Components | TiAPI |
| Labels | coverage, drillbit, string, unit-test |
| Reporter | Marshall Culpepper |
| Assignee | Bill Dawson |
| Created | 2011-07-29T09:47:59.000+0000 |
| Updated | 2017-03-08T00:04:46.000+0000 |
Description
We have custom String class functions for doing string formatting that need to be unit tested:
* String.format
* String.formatCurrency
* String.formatDate
* String.formatDecimal
* String.formatTime
Test is simply the "string" test suite in drillbit. Pull request ready: https://github.com/appcelerator/titanium_mobile/pull/424
Closing ticket due to time passed.