[TIMOB-4807] Android: Ti.Buffer.byteOrder should return system byte order by default
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-11-05T13:55:50.000+0000 |
Affected Version/s | Release 1.8.0 |
Fix Version/s | Sprint 2011-30, Release 1.8.0 |
Components | Android |
Labels | parity |
Reporter | Reggie Seagraves |
Assignee | Marshall Culpepper |
Created | 2011-07-27T13:27:07.000+0000 |
Updated | 2014-06-19T12:46:24.000+0000 |
Description
We need to make sure that byteOrder is set to the native system byte order by default for created buffers.
Fixes were made in iOS for the linked item. Android must be updated to pass the new tests. This was from iOS pull request #282.
To verify this fix, just run the "buffer" test in drillbit, and it should pass
Reviewed and tested.
Tested with version=1.8.0 timestamp=09/09/11 16:41 githash=216ed79 android results testAPI true 11 Success testLength true 22 Success testAppend true 62 Success testInsert true 104 Success testInsertBlogExample true 123 Success testCopy true 157 Success testClone true 186 Success testFill true 216 Success testClear true 226 Success testRelease true 233 Success testToStringAndBlob true 256 Success testAutoEncode true 326 Success
Standardizing summary and labels.