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 <[email protected]> Authored: Fri Apr 12 14:37:09 2013 -0700 Committer: Tim Kim <[email protected]> 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;
