[
https://issues.apache.org/jira/browse/CB-7375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14114135#comment-14114135
]
Martin Gonzalez commented on CB-7375:
-------------------------------------
If moveTo & copyTo are going to transfer a file to a parent path location, if
the entry it doesn't retrieve or provide a filesytem, it would be logically
assign the parent.filesystem information to that entry. that property it must
be on the parent object, because always gonna be a DirectoryEntry.
var fs = (entry.filesystem && entry.filesystem.name) ? new
FileSystem(entry.filesystem.name, { name: "", fullPath: "/" }) :
parent.filesystem;
> 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)