(also I was testing with 6.0.1)

On Thu, Dec 13, 2012 at 10:32 AM, Shazron <[email protected]> wrote:

> Ok I can confirm 7 failures:
> - 2 in File API
> - 5 in FileTransfer
>
> But no failures with Session Storage Local Storage. Investigating to see
> what the changes are between rc1 and rc2.
>
>
>
> On Thu, Dec 13, 2012 at 9:15 AM, Shazron <[email protected]> wrote:
>
>> Which version? Definitely not in 2.3.0rc1
>> I'm testing 2.3.0rc2 today.
>>
>>
>> On Thu, Dec 13, 2012 at 7:44 AM, Marcel Kinard <[email protected]>wrote:
>>
>>> I ran the latest cordova-ios and mobile-spec on an iOS 6.0.0 iPhone 4S
>>> and
>>> got 10 failures:
>>> - 2 in File API
>>> - 5 in FileTransfer
>>> - 3 in Session Storage Local Storage
>>> Is anyone else seeing these?
>>>
>>> I took a look at the first one:
>>> "File API read method should read file properly, File Object."
>>> It looks like the text returned from readAsText() is URL encoded, which
>>> the
>>> test case does not expect - it complains about "%20" not matching " ". I
>>> looked at CDVFile.m and on line 936 it calls "messageAsString
>>> stringByAddingPercentEscapesUsingEncoding". Are the contents returned
>>> from
>>> readAsText() really supposed to be URL encoded? The Cordova doc doesn't
>>> indicate that.
>>>
>>> -- Marcel Kinard
>>>
>>
>>
>

Reply via email to