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 7E41DDFCE for ; Fri, 14 Dec 2012 17:12:26 +0000 (UTC) Received: (qmail 62944 invoked by uid 500); 14 Dec 2012 17:12:26 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 62904 invoked by uid 500); 14 Dec 2012 17:12:26 -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 62883 invoked by uid 99); 14 Dec 2012 17:12:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Dec 2012 17:12:26 +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 cmarcelk@gmail.com designates 209.85.223.175 as permitted sender) Received: from [209.85.223.175] (HELO mail-ie0-f175.google.com) (209.85.223.175) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Dec 2012 17:12:20 +0000 Received: by mail-ie0-f175.google.com with SMTP id qd14so6092276ieb.6 for ; Fri, 14 Dec 2012 09:12:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type; bh=CwEOX+5bVY7PM1SaeukO+W4Kcq8TjpD9sbnNN16s6mE=; b=BKawbxDuRa+LfomDcKUK9mNZFQIdaujHh6I+lFP6JlK5CkwOGu+Va9mQQkNObMGHHL wNRa0EE591IzXTY1BTOdjiokizuOmtqpl7qszP5uRYJhIw3DWuZ+bAI7ZIH+h1LNRt4g H4QZ50ZXOKdiJkgWOWd2WQpRAaVutWQROKCcsMfhcr9nFgVpoxUkFNGPAqe7zUdYtib9 S5kUlPvJlhiyT2/+TH3V/XZU8wvJIyyKnu6yBBX+Xk4VVMFu8BepdNLAf735jSsfP8Er rLOPYzrgKBXKOh41ammS2fnFNnCw9ubc7Pxy3YxFhfd7/PP7DmqKj/f1MgMznMg11hEE g1Zw== X-Received: by 10.50.202.97 with SMTP id kh1mr2306850igc.15.1355505120190; Fri, 14 Dec 2012 09:12:00 -0800 (PST) Received: from [9.27.159.134] (bi01p2.nc.us.ibm.com. [129.33.49.252]) by mx.google.com with ESMTPS id u4sm4383369igw.6.2012.12.14.09.11.58 (version=SSLv3 cipher=OTHER); Fri, 14 Dec 2012 09:11:59 -0800 (PST) Message-ID: <50CB5DB0.1040702@gmail.com> Date: Fri, 14 Dec 2012 12:11:12 -0500 From: Marcel Kinard User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: dev Subject: Re: mobile-spec failures on iOS 6.0.0 References: In-Reply-To: Content-Type: multipart/alternative; boundary="------------040700010901010709020609" X-Virus-Checked: Checked by ClamAV on apache.org --------------040700010901010709020609 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit For the record, Becky did point me to the matching decoder in the js: https://github.com/apache/cordova-js/blob/master/lib/ios/plugin/ios/FileReader.js#L65 So yes, now I see that URL encoding the result message is desired. -- Marcel On 12/13/2012 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:[NSStringstringWithString: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 --------------040700010901010709020609--