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 7F4C717F23 for ; Thu, 7 May 2015 17:38:00 +0000 (UTC) Received: (qmail 48449 invoked by uid 500); 7 May 2015 17:38:00 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 48427 invoked by uid 500); 7 May 2015 17:38:00 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 48414 invoked by uid 99); 7 May 2015 17:38:00 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 May 2015 17:38:00 +0000 Date: Thu, 7 May 2015 17:38:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-8968) File failures on WP8 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-8968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14533058#comment-14533058 ] ASF GitHub Bot commented on CB-8968: ------------------------------------ GitHub user brodybits opened a pull request: https://github.com/apache/cordova-plugin-file/pull/115 CB-8968 fix readAsArrayBuffer by converting byte array to integer array using LINQ Needed to fix CB-8968 since Newtonsoft JSON does not support JSON serialization of arbitrary types (ref: apache/cordova-wp8#79) You can merge this pull request into a Git repository by running: $ git pull https://github.com/brodybits/cordova-plugin-file CB-8968 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-plugin-file/pull/115.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 #115 ---- commit 7fb088b1eb7643ef0d03970e02d814e3899f16ac Author: Chris Brody Date: 2015-05-07T17:30:03Z CB-8968 fix readAsArrayBuffer by converting byte array to integer array using LINQ ---- > File failures on WP8 > -------------------- > > Key: CB-8968 > URL: https://issues.apache.org/jira/browse/CB-8968 > Project: Apache Cordova > Issue Type: Bug > Components: Plugin File, WP8 > Reporter: Alexander Sorokin > Assignee: Jesse MacFadyen > > New failures showed up in mobilespec for wp8: > {code} > cordova-plugin-file-tests.tests >> File API Read method file.spec.87 should read file properly, readAsArrayBuffer > cordova-plugin-file-tests.tests >> File API Read method file.spec.94 should read sliced file properly, readAsArrayBuffer > cordova-plugin-file-tests.tests >> File API FileWriter file.spec.106 should be able to write a File to a FileWriter > cordova-plugin-file-tests.tests >> File API FileWriter file.spec.107 should be able to write a sliced File to a FileWriter > cordova-plugin-file-tests.tests >> File API FileWriter file.spec.108 should be able to write binary data from a File > {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