You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/08/14 16:21:46 UTC

[jira] [Commented] (CB-9493) Fix file paths in file-transfer manual tests

    [ https://issues.apache.org/jira/browse/CB-9493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14697092#comment-14697092 ] 

ASF GitHub Bot commented on CB-9493:
------------------------------------

GitHub user daserge opened a pull request:

    https://github.com/apache/cordova-plugin-file-transfer/pull/97

    CB-9493 Fix file paths in file-transfer manual tests

    Also changes `toNativeURL` -> `toURL` because of deprecation.
    
    [Jira issue](https://issues.apache.org/jira/browse/CB-9493)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/MSOpenTech/cordova-plugin-file-transfer CB-9493

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-plugin-file-transfer/pull/97.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #97
    
----
commit 1c39fb547f9d111a62965793667535847c37478f
Author: daserge <da...@yandex.ru>
Date:   2015-08-14T14:16:32Z

    CB-9493 Fix file paths in file-transfer manual tests
    
    Also changes toNativeURL -> toURL because of deprecation

----


> Fix file paths in file-transfer manual tests
> --------------------------------------------
>
>                 Key: CB-9493
>                 URL: https://issues.apache.org/jira/browse/CB-9493
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin File Transfer
>            Reporter: Sergey Shakhnazarov
>            Priority: Minor
>
> {{toURL}} is used instead of {{toInternalURL}} in cdvfile-tests:
> {code}
> createActionButton('Download and display img (cdvfile)', function () {
>     downloadImg(imageURL, function (entry) { return entry.toURL(); }, new Image());
> }, 'cdv_image');
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org