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 A32F8E51E for ; Wed, 6 Feb 2013 16:39:13 +0000 (UTC) Received: (qmail 9055 invoked by uid 500); 6 Feb 2013 16:39:13 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 9000 invoked by uid 500); 6 Feb 2013 16:39:13 -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 8568 invoked by uid 99); 6 Feb 2013 16:39:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Feb 2013 16:39:13 +0000 Date: Wed, 6 Feb 2013 16:39:13 +0000 (UTC) From: "Becky Gibson (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CB-2388) File Read Blob object test fails on iOS < 6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Becky Gibson created CB-2388: -------------------------------- Summary: File Read Blob object test fails on iOS < 6.0 Key: CB-2388 URL: https://issues.apache.org/jira/browse/CB-2388 Project: Apache Cordova Issue Type: Bug Components: mobile-spec Affects Versions: 2.4.0 Environment: iOS Reporter: Becky Gibson Assignee: Filip Maj Priority: Minor Fix For: 2.5.0 iOS 6 is required in order to support blob objects. The mobile-spec should detect the environment and print a suitable message if the test fails due to lack of support rather than just outputting the default failure message. I'm not sure if there are issues with this test on other platforms or not? The test that is failing: File API read method should be able to read native blob objects With the error: TypeError: '[object BlobConstructor]' is not a constructor. around line 3009 in file.tests.js. Note that there is a comment in the file that indicates this will fail on Android <= 2.3 and iOS <= 5 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira