Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6966C10B43 for ; Fri, 22 Nov 2013 14:29:52 +0000 (UTC) Received: (qmail 75823 invoked by uid 500); 22 Nov 2013 14:29:52 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 75731 invoked by uid 500); 22 Nov 2013 14:29:51 -0000 Mailing-List: contact commits-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 commits@cordova.apache.org Received: (qmail 75665 invoked by uid 99); 22 Nov 2013 14:29:45 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Nov 2013 14:29:45 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 8DCC6901DC6; Fri, 22 Nov 2013 14:29:45 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ian@apache.org To: commits@cordova.apache.org Date: Fri, 22 Nov 2013 14:29:45 -0000 Message-Id: <551b246d6dc94509b328774ae10df0e2@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] spec commit: CB-5403: Remove test for undocumented File API quirks Updated Branches: refs/heads/master e82cff74b -> b949ac208 CB-5403: Remove test for undocumented File API quirks Project: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/commit/bc9aaf0c Tree: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/tree/bc9aaf0c Diff: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/diff/bc9aaf0c Branch: refs/heads/master Commit: bc9aaf0cb63fb3376762811d3582ccd4976f5747 Parents: e82cff7 Author: Ian Clelland Authored: Fri Nov 22 09:25:29 2013 -0500 Committer: Ian Clelland Committed: Fri Nov 22 09:25:29 2013 -0500 ---------------------------------------------------------------------- autotest/tests/capture.tests.js | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/bc9aaf0c/autotest/tests/capture.tests.js ---------------------------------------------------------------------- diff --git a/autotest/tests/capture.tests.js b/autotest/tests/capture.tests.js index 2517b43..99ce438 100644 --- a/autotest/tests/capture.tests.js +++ b/autotest/tests/capture.tests.js @@ -104,7 +104,6 @@ describe('Capture (navigator.device.capture)', function () { var fileData = new MediaFile(); expect(fileData).toBeDefined(); expect(fileData.name).toBeDefined(); - expect(fileData.fullPath).toBeDefined(); expect(fileData.type).toBeDefined(); expect(fileData.lastModifiedDate).toBeDefined(); expect(fileData.size).toBeDefined();