Added plugin loader to plugman test
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/bd699650 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/bd699650 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/bd699650 Branch: refs/heads/future Commit: bd699650b794e811fa598a342e5e91932e6d7218 Parents: 3738b46 Author: Tim Kim <[email protected]> Authored: Mon Apr 15 11:33:13 2013 -0700 Committer: Tim Kim <[email protected]> Committed: Mon Apr 15 11:33:13 2013 -0700 ---------------------------------------------------------------------- test/plugman.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/bd699650/test/plugman.js ---------------------------------------------------------------------- diff --git a/test/plugman.js b/test/plugman.js index 3497a8c..19bfc1f 100644 --- a/test/plugman.js +++ b/test/plugman.js @@ -22,6 +22,7 @@ var fs = require('fs') , osenv = require('osenv') , shell = require('shelljs') , util = require('util') + , plugin_loader = require('../util/plugin_loader') , plugman_exe = path.join(__dirname, '..', 'plugman.js') , test_dir = path.join(osenv.tmpdir(), 'test_plugman');
