Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C7A70200B82 for ; Fri, 12 Aug 2016 02:17:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C60F4160A94; Fri, 12 Aug 2016 00:17:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1AE6E160AB4 for ; Fri, 12 Aug 2016 02:17:21 +0200 (CEST) Received: (qmail 91252 invoked by uid 500); 12 Aug 2016 00:17:21 -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 90902 invoked by uid 99); 12 Aug 2016 00:17:21 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Aug 2016 00:17:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E4816E0007; Fri, 12 Aug 2016 00:17:20 +0000 (UTC) From: shazron To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org References: In-Reply-To: Subject: [GitHub] cordova-ios issue #234: CB-9825 cocoapod integration for plugins Content-Type: text/plain Message-Id: <20160812001720.E4816E0007@git1-us-west.apache.org> Date: Fri, 12 Aug 2016 00:17:20 +0000 (UTC) archived-at: Fri, 12 Aug 2016 00:17:23 -0000 Github user shazron commented on the issue: https://github.com/apache/cordova-ios/pull/234 1 unit-test failure: ``` Failures: 1) unit tests for pod module tear down encountered a declaration exception Message: Error: ENOENT: no such file or directory, unlink '/Users/shaz/Desktop/cordova-ios/tests/spec/unit/fixtures/testProj/platforms/ios/Podfile' Stacktrace: Error: ENOENT: no such file or directory, unlink '/Users/shaz/Desktop/cordova-ios/tests/spec/unit/fixtures/testProj/platforms/ios/Podfile' at Error (native) at Object.fs.unlinkSync (fs.js:1083:18) at . (/Users/shaz/Desktop/cordova-ios/tests/spec/unit/podMod.spec.js:85:6) at . (/Users/shaz/Desktop/cordova-ios/tests/spec/unit/podMod.spec.js:84:2) at Object. (/Users/shaz/Desktop/cordova-ios/tests/spec/unit/podMod.spec.js:27:1) at Module._compile (module.js:541:32) at Object.Module._extensions..js (module.js:550:10) at Module.load (module.js:458:32) at tryModuleLoad (module.js:417:12) at Function.Module._load (module.js:409:3) at Module.require (module.js:468:17) at require (internal/module.js:20:19) at Object.jasmine.executeSpecsInFolder (/Users/shaz/Desktop/cordova-ios/node_modules/jasmine-node/lib/jasmine-node/index.js:160:9) at Object. (/Users/shaz/Desktop/cordova-ios/node_modules/jasmine-node/lib/jasmine-node/cli.js:248:9) at Module._compile (module.js:541:32) at Object.Module._extensions..js (module.js:550:10) at Module.load (module.js:458:32) at tryModuleLoad (module.js:417:12) at Function.Module._load (module.js:409:3) at Module.require (module.js:468:17) at require (internal/module.js:20:19) at Object. (/Users/shaz/Desktop/cordova-ios/node_modules/jasmine-node/bin/jasmine-node:6:1) at Module._compile (module.js:541:32) at Object.Module._extensions..js (module.js:550:10) at Module.load (module.js:458:32) at tryModuleLoad (module.js:417:12) at Function.Module._load (module.js:409:3) at Function.Module.runMain (module.js:575:10) at startup (node.js:160:18) at node.js:449:3 ``` Try using `fs.unlinkSync(fixturePodfile);` instead of what you have in the tearDown. --- 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. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org For additional commands, e-mail: dev-help@cordova.apache.org