Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B6018D913 for ; Thu, 13 Dec 2012 21:09:44 +0000 (UTC) Received: (qmail 44567 invoked by uid 500); 13 Dec 2012 21:09:44 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 44532 invoked by uid 500); 13 Dec 2012 21:09:44 -0000 Mailing-List: contact dev-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 dev@cordova.apache.org Received: (qmail 44523 invoked by uid 99); 13 Dec 2012 21:09:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Dec 2012 21:09:44 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of shazron@gmail.com designates 209.85.216.54 as permitted sender) Received: from [209.85.216.54] (HELO mail-qa0-f54.google.com) (209.85.216.54) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Dec 2012 21:09:40 +0000 Received: by mail-qa0-f54.google.com with SMTP id j15so21149qaq.6 for ; Thu, 13 Dec 2012 13:09:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=pFbv0v0PYccO9ZYihs7uXhY0QKakXs2aXpZOQNvEaYE=; b=CuEg69E19YlI8tViZOKehhRKCPdNsT5Zj8SdvjVC1He6cKSICUuKcO2z2xavhZelYJ qB928IGf+jQH7zP7LnqNMqUMid/BmrGcvBu5zSwj87vd01cVmUMYoalKLIDeDYvXktO+ yMkULMhOpg7Tj5FXF9k5dmPeMidbM1Yi5iXV6aMv7W+78c+H8OJ/L5GHhUTSPLxBG0uJ 2VPJhtVZYg1LmJofu1qlxvPV/ffwdWvITy4XT98lWEcEHrQPVe7VpserfcVCbEHyIIpG bK3K7tm3LIU9TrJUHsaJ5PwckY2zVkBwCky7I5fQi2TkeS5C73zuoUj8RSHUo3DmSf7y OM2w== Received: by 10.224.70.202 with SMTP id e10mr1638900qaj.69.1355432959338; Thu, 13 Dec 2012 13:09:19 -0800 (PST) MIME-Version: 1.0 Received: by 10.49.15.196 with HTTP; Thu, 13 Dec 2012 13:08:38 -0800 (PST) In-Reply-To: <4763A1C0-182F-436E-A7CD-3E4FBA47A5DF@gmail.com> References: <4763A1C0-182F-436E-A7CD-3E4FBA47A5DF@gmail.com> From: Shazron Date: Thu, 13 Dec 2012 13:08:38 -0800 Message-ID: Subject: Re: mobile-spec failures on iOS 6.0.0 To: "dev@cordova.apache.org" Content-Type: multipart/alternative; boundary=bcaec51b18e70eea6c04d0c25413 X-Virus-Checked: Checked by ClamAV on apache.org --bcaec51b18e70eea6c04d0c25413 Content-Type: text/plain; charset=ISO-8859-1 Thanks Becky -- i'll take a peek as well. Filed: http://issues.cordova.io/2058 On Thu, Dec 13, 2012 at 12:18 PM, Becky Gibson wrote: > So, I thought the encoding was necessary for internationalization and any > special characters in the file data (for example a URL)? Do all of the > other file tests still run with this change? We're there any changes to > the file tests themselves? I try to take a look this afternoon. > > - Becky > > Sent from my iPad > > On Dec 13, 2012, at 2:15 PM, Marcel Kinard wrote: > > > Yup, I see that file-transfer.jitsu.com is returning a page saying: > > > > An error has occurred: > > {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect"} > > > > Something is obviously dead there. So yeah, ignore those test failures as > > an infrastructure problem. > > > > Your File API failures look like the ones I was getting. If I modify > > readAsText: from > > > > messageAsString:[pNStrBuff > > stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding] > > > > to > > > > messageAsString:[NSString stringWithString:pNStrBuff] > > then those failures disappear. So I'm still puzzled if it is really > > supposed to be URL encoding the result message. > > > > BTW, I noticed in your screenshot that your testsuite has 95 tests. Mine > > has 238. Are we using the same version of mobile-spec? > > > > -- Marcel > --bcaec51b18e70eea6c04d0c25413--