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 26A8110BDB for ; Mon, 15 Apr 2013 18:51:54 +0000 (UTC) Received: (qmail 85448 invoked by uid 500); 15 Apr 2013 18:51:51 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 85401 invoked by uid 500); 15 Apr 2013 18:51: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: callback-dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 84556 invoked by uid 99); 15 Apr 2013 18:51:50 -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, 15 Apr 2013 18:51:50 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 36DD61B608; Mon, 15 Apr 2013 18:51:50 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: timkim@apache.org To: commits@cordova.apache.org Date: Mon, 15 Apr 2013 18:52:37 -0000 Message-Id: <0f9288c358974c658bd3e99431ac3bc0@git.apache.org> In-Reply-To: <9ce8167dc0c84a57a01fbbfad64cc72d@git.apache.org> References: <9ce8167dc0c84a57a01fbbfad64cc72d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [50/54] [abbrv] git commit: fixed config changes fixed config changes Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/c8edc273 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/c8edc273 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/c8edc273 Branch: refs/heads/future Commit: c8edc273c96f49392ac7e906df391dd6770dfb9b Parents: 51a4de2 Author: Tim Kim Authored: Fri Apr 12 14:37:09 2013 -0700 Committer: Tim Kim Committed: Fri Apr 12 14:37:09 2013 -0700 ---------------------------------------------------------------------- test/config-changes.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c8edc273/test/config-changes.js ---------------------------------------------------------------------- diff --git a/test/config-changes.js b/test/config-changes.js index 4031199..f460cd6 100644 --- a/test/config-changes.js +++ b/test/config-changes.js @@ -20,7 +20,7 @@ var configChanges = require('../util/config-changes'), fs = require('fs'), et = require('elementtree'), - xmlText = fs.readFileSync('test/dummy.xml', 'utf-8'), + xmlText = fs.readFileSync('dummy.xml', 'utf-8'), xmlDoc = new et.ElementTree(et.XML(xmlText)), platformTag = null;