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 82B0317A82 for ; Fri, 2 Oct 2015 07:42:42 +0000 (UTC) Received: (qmail 9731 invoked by uid 500); 2 Oct 2015 07:42:26 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 9714 invoked by uid 500); 2 Oct 2015 07:42:26 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 9677 invoked by uid 99); 2 Oct 2015 07:42:26 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Oct 2015 07:42:26 +0000 Date: Fri, 2 Oct 2015 07:42:26 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-9737) (save flag) unit test failures for spec.14 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-9737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14940859#comment-14940859 ] ASF subversion and git services commented on CB-9737: ----------------------------------------------------- Commit d12be7c3e7b532bdea43321db2a3ce76b5f4d39f in cordova-lib's branch refs/heads/master from [~shazron] [ https://git-wip-us.apache.org/repos/asf?p=cordova-lib.git;h=d12be7c ] CB-9737 - (save flag) unit test failures for spec.14 > (save flag) unit test failures for spec.14 > ------------------------------------------ > > Key: CB-9737 > URL: https://issues.apache.org/jira/browse/CB-9737 > Project: Apache Cordova > Issue Type: Bug > Components: CordovaLib > Reporter: Shazron Abdullah > Assignee: Shazron Abdullah > Priority: Critical > Labels: cordova-ios-4.0.x > > {code} > Failures: > 1) (save flag) plugin add --save spec.14 should save variables > Message: > Expected null to be '123456789'. > Stacktrace: > Error: Expected null to be '123456789'. > at /Users/shazron/Desktop/cordova-lib/cordova-lib/spec-cordova/save.spec.js:313:90 > at _fulfilled (/Users/shazron/Desktop/cordova-lib/cordova-lib/node_modules/q/q.js:787:54) > at self.promiseDispatch.done (/Users/shazron/Desktop/cordova-lib/cordova-lib/node_modules/q/q.js:816:30) > at Promise.promise.promiseDispatch (/Users/shazron/Desktop/cordova-lib/cordova-lib/node_modules/q/q.js:749:13) > at /Users/shazron/Desktop/cordova-lib/cordova-lib/node_modules/q/q.js:509:49 > at flush (/Users/shazron/Desktop/cordova-lib/cordova-lib/node_modules/q/q.js:108:17) > at process._tickCallback (node.js:355:11) > 2) (save flag) plugin add --save spec.14 should save variables > Message: > Expected null to be 'myApplication'. > Stacktrace: > Error: Expected null to be 'myApplication'. > at /Users/shazron/Desktop/cordova-lib/cordova-lib/spec-cordova/save.spec.js:314:92 > at _fulfilled (/Users/shazron/Desktop/cordova-lib/cordova-lib/node_modules/q/q.js:787:54) > at self.promiseDispatch.done (/Users/shazron/Desktop/cordova-lib/cordova-lib/node_modules/q/q.js:816:30) > at Promise.promise.promiseDispatch (/Users/shazron/Desktop/cordova-lib/cordova-lib/node_modules/q/q.js:749:13) > at /Users/shazron/Desktop/cordova-lib/cordova-lib/node_modules/q/q.js:509:49 > at flush (/Users/shazron/Desktop/cordova-lib/cordova-lib/node_modules/q/q.js:108:17) > at process._tickCallback (node.js:355:11) > {code} > This change in the phonegap-facebook-plugin broke the test: > https://github.com/Wizcorp/phonegap-facebook-plugin/commit/a2f6dbb80a54eff29a0e09836aebf0dd905fd60a > Fix is to change the plugin id to "phonegap-facebook-plugin": > https://github.com/apache/cordova-lib/blob/07271a5c6162c0b2bee55e1ea23f91ebdfbbb34c/cordova-lib/spec-cordova/save.spec.js#L52 -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org