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 B8D1410327 for ; Mon, 10 Mar 2014 18:22:27 +0000 (UTC) Received: (qmail 12040 invoked by uid 500); 10 Mar 2014 18:22:22 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 11839 invoked by uid 500); 10 Mar 2014 18:22:22 -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 11575 invoked by uid 500); 10 Mar 2014 18:22:21 -0000 Delivered-To: apmail-incubator-callback-dev@incubator.apache.org Received: (qmail 11377 invoked by uid 99); 10 Mar 2014 18:22:21 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Mar 2014 18:22:21 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id ECFED93D599; Mon, 10 Mar 2014 18:22:20 +0000 (UTC) From: jsoref To: callback-dev@incubator.apache.org Reply-To: callback-dev@incubator.apache.org References: In-Reply-To: Subject: [GitHub] cordova-mobile-spec pull request: [firefoxos] CB-3208 Added suppor... Content-Type: text/plain Message-Id: <20140310182220.ECFED93D599@tyr.zones.apache.org> Date: Mon, 10 Mar 2014 18:22:20 +0000 (UTC) Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-mobile-spec/pull/44#discussion_r10442605 --- Diff: autotest/tests/contacts.tests.js --- @@ -363,39 +375,93 @@ describe("Contacts (navigator.contacts)", function () { }); // HACK: there is a reliance between the previous and next test. This is bad form. it("contacts.spec.21 update a contact", function() { - // this api requires manual user confirmation on WP7/8 so skip it if (isWindowsPhone) return; - expect(gContactObj).toBeDefined(); + var bDay = new Date(1976, 6,4); --- End diff -- While you're mostly moving this line, I'd want a space after the last comma (as you use one below) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---