took out console log
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/140d63d3 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/140d63d3 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/140d63d3 Branch: refs/heads/future Commit: 140d63d3ac420eda504b061f98b05f1dd9f94497 Parents: 0ca14e5 Author: Tim Kim <[email protected]> Authored: Fri Apr 12 13:51:48 2013 -0700 Committer: Tim Kim <[email protected]> Committed: Fri Apr 12 13:51:48 2013 -0700 ---------------------------------------------------------------------- test/android-two-install.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/140d63d3/test/android-two-install.js ---------------------------------------------------------------------- diff --git a/test/android-two-install.js b/test/android-two-install.js index b0975f0..8664383 100644 --- a/test/android-two-install.js +++ b/test/android-two-install.js @@ -77,7 +77,7 @@ exports['should move the js file'] = function (test) { android.handlePlugin('install', test_project_dir, test_plugin_dir, plugin_et, { APP_ID: 12345 }); plugin_loader.handlePrepare(test_project_dir, pluginsPath, wwwPath, 'android'); - console.log(wwwPath + ' ' + fs.readdirSync(wwwPath)); + fs.stat(jsPath, function(err, stats) { test.ok(!err); test.ok(stats.isFile());
