Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 50829118A6 for ; Mon, 25 Aug 2014 23:48:58 +0000 (UTC) Received: (qmail 62287 invoked by uid 500); 25 Aug 2014 23:48:58 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 62259 invoked by uid 500); 25 Aug 2014 23:48:58 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 62236 invoked by uid 99); 25 Aug 2014 23:48:58 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Aug 2014 23:48:58 +0000 Date: Mon, 25 Aug 2014 23:48:58 +0000 (UTC) From: "Martin Gonzalez (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-7375) Investigate breaking changes at file plugin MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-7375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14109995#comment-14109995 ] Martin Gonzalez commented on CB-7375: ------------------------------------- The reason of this fails are the references to the filesystem on the entry object: 125 Expected --> FileSystem: persistent ; Returned :temporary 126 Expected --> FileSystem: temporary ; Returned :persistent 127 Expected --> FileSystem: persistent ; Returned :temporary 128 Expected --> FileSystem: temporary ; Returned :persistent This applies to android platform. > 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 > > > 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)