[TIMOB-4075] iOS: KitchenSink Utils test decode issue
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-05-23T14:32:34.000+0000 |
Affected Version/s | Release 1.7.0 |
Fix Version/s | Sprint 2011-20 |
Components | iOS |
Labels | KitchenSink |
Reporter | Eric Merriman |
Assignee | Stephen Tramer |
Created | 2011-05-13T11:14:49.000+0000 |
Updated | 2011-05-23T14:32:34.000+0000 |
Description
Description:
While testing KS, Platform>Utils, in 1.7.0 the base64 decode is "[object TiBlob] => abcdefg, decoded: [object Object]
Steps to reproduce:
1) Install KS and navigate to Platform>Utils
2) launch test and check results
Result:
[object TiBlob] => abcdefg, decoded: [object Object]
Expected result:
base64 decode abcdefg => abcdefg, decoded abcdefg
Notes:
Does not occur on 1.6.2
Hat tip to Blain for assisting with this one.
Verified decoding works as expected on Verizon iPhone 4 (4.2.6) , Titanium Studio, build: 1.0.0.201105131803, Titanium SDK version: 1.7.X r86dae2c9. Closing.