You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by Git at Apache <gi...@git.apache.org> on 2012/04/05 20:49:22 UTC

incubator-cordova-mobile-spec pull request: Fix CB-448 update non-ascii app...

GitHub user becka11y opened the pull request at
https://github.com/apache/incubator-cordova-mobile-spec/pull/5

----
Fix CB-448 update non-ascii append file test

Update the non-ascii file write and append test to read back
written/appended data and compare that result and length
to initial JavaScript length rather than comparing written length.

Just wanted to give folks a chance to test this on other platforms before I committed.  I modified this because iOS encodes the data before writing to the file system and thus the bytes written does NOT match the length of the original JavaScript string.   
----

You can merge this pull request into a Git repository by running
$ git pull https://github.com/becka11y/incubator-cordova-mobile-spec cb448append

Alternatively you can review and apply these changes as the patch at
https://github.com/apache/incubator-cordova-mobile-spec/pull/5.patch