From 79682f5d523c0c985ad6c010fbbb37d333fc3765 Mon Sep 17 00:00:00 2001 From: Anis Kadri Date: Thu, 20 Sep 2012 16:17:59 -0700 Subject: [PATCH] updating windows create script test --- bin/tests/test_create_win.js | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/bin/tests/test_create_win.js b/bin/tests/test_create_win.js index 238e9165..c634a940 100644 --- a/bin/tests/test_create_win.js +++ b/bin/tests/test_create_win.js @@ -88,14 +88,9 @@ create_project.on('exit', function(code) { // TODO check that package name and activity name were substituted properly }); - // make sure plugins.xml was added - path.exists(util.format('%s/res/xml/plugins.xml', project_path), function(exists) { - assert(exists, 'plugins.xml did not get created'); - }); - - // make sure cordova.xml was added - path.exists(util.format('%s/res/xml/cordova.xml', project_path), function(exists) { - assert(exists, 'plugins.xml did not get created'); + // make sure config.xml was added + path.exists(util.format('%s/res/xml/config.xml', project_path), function(exists) { + assert(exists, 'config.xml did not get created'); }); // make sure cordova.jar was added