[
https://issues.apache.org/jira/browse/CB-7375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14115357#comment-14115357
]
Ian Clelland commented on CB-7375:
----------------------------------
I think that the failures may be related to the 0ffb969 commit: I want to
reinstate the line in {{resolveLocalFileSystemURI.js}} that should read:
{code}
var fsName = entry.filesystemName || (entry.filesystem &&
entry.filesystem.name) || (entry.filesystem == window.PERSISTENT ? 'persistent'
: 'temporary');
{code}
That solves almost all of the iOS errors for me. There is still something very
strange going on around test 109 or 110, that I'm trying to track down, but I
think that the above change is necessary for iOS.
> Investigate breaking changes at file plugin
> -------------------------------------------
>
> Key: CB-7375
> URL: https://issues.apache.org/jira/browse/CB-7375
> Project: Apache Cordova
> Issue Type: Bug
> Components: Plugin File
> Affects Versions: 3.5.0
> Reporter: Martin Gonzalez
> Labels: file
> Fix For: 3.6.0
>
> Attachments: Jasmine-Report-File&MediaPlugin-tests_149-30-1.txt
>
>
> Some of the changes made lately to file plugin with this commit:
> https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file.git;a=commit;h=0ffb96988c0539222887f7756a653e7f0a1ed12c
> Are breaking changes to this plugin, affecting other platforms as android.
> Running mobile spec after that specific commit, 4 file tests are failing
> (test 125 -128).
--
This message was sent by Atlassian JIRA
(v6.2#6252)