You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2019/05/28 10:17:01 UTC

[cordova-mobile-spec] 05/08: re-enable cordova-plugin-mobilespec-tests, cordova-plugin-echo and cordova-plugin-whitelist-tests

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-cleanup_plugins
in repository https://gitbox.apache.org/repos/asf/cordova-mobile-spec.git

commit e426aabba63ab85ba29a54bf929794a81a0b66d6
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Tue May 28 12:11:36 2019 +0200

    re-enable cordova-plugin-mobilespec-tests, cordova-plugin-echo and cordova-plugin-whitelist-tests
---
 createmobilespec/createmobilespec.js | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/createmobilespec/createmobilespec.js b/createmobilespec/createmobilespec.js
index e24f42d..6e4a4e6 100755
--- a/createmobilespec/createmobilespec.js
+++ b/createmobilespec/createmobilespec.js
@@ -537,16 +537,15 @@ function installPlugins() {
         // Install mobilespec tests only if we install default list of plugins
         // If custom list of plugins is being installed, mobilespec tests can be listed there, if needed
         if (!argv.plugins) {
-            //pluginAdd('org.apache.cordova.mobilespec.tests', mobile_spec_git_dir, allPluginFlags);
+            pluginAdd('cordova-plugin-mobilespec-tests', mobile_spec_git_dir, allPluginFlags);
         }
-        //pluginAdd('org.apache.cordova.test.whitelist', mobile_spec_git_dir, allPluginFlags);
-        pluginAdd('org.apache.cordova.test.echo', mobile_spec_git_dir, allPluginFlags);
+        pluginAdd('cordoa-plugin-echo', mobile_spec_git_dir, allPluginFlags);
 
         pluginAdd('cordova-plugin-test-framework', searchPath, allPluginFlags);
         pluginAdd('cordova-plugin-device', searchPath, allPluginFlags);
 
         if (argv.android) {
-            pluginAdd('cordova-plugin-whitelist', searchPath, allPluginFlags);
+            pluginAdd('cordova-plugin-whitelist-tests', searchPath, allPluginFlags);
         }
 
         if (argv.webview == 'crosswalk') {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org