You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2015/07/09 01:21:08 UTC

spec commit: CB-9329 - cordova-ios medic tests are not getting test results

Repository: cordova-mobile-spec
Updated Branches:
  refs/heads/master e96809046 -> 6a75ad346


CB-9329 - cordova-ios medic tests are not getting test results


Project: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/commit/6a75ad34
Tree: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/tree/6a75ad34
Diff: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/diff/6a75ad34

Branch: refs/heads/master
Commit: 6a75ad346f20e52c493e9a8fa00db1d27894226e
Parents: e968090
Author: Shazron Abdullah <sh...@gmail.com>
Authored: Wed Jul 8 16:21:02 2015 -0700
Committer: Shazron Abdullah <sh...@gmail.com>
Committed: Wed Jul 8 16:21:02 2015 -0700

----------------------------------------------------------------------
 config.xml                           | 14 ++++++++++++++
 createmobilespec/createmobilespec.js |  1 +
 2 files changed, 15 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/6a75ad34/config.xml
----------------------------------------------------------------------
diff --git a/config.xml b/config.xml
index 922e481..275399e 100644
--- a/config.xml
+++ b/config.xml
@@ -23,6 +23,7 @@
     <description>
         Cordova test suite.
     </description>
+    
     <access origin="http://audio.ibeat.org" />
     <access origin="http://cordova-filetransfer.jitsu.com" />
     <access origin="http://whatheaders.com" />
@@ -34,6 +35,19 @@
     <access origin="https://www.google.co.uk" />
     <access origin="http://techslides.com" />
     <access origin="httpssss://example.com" />
+    
+    <allow-navigation href="http://audio.ibeat.org" />
+    <allow-navigation href="http://cordova-filetransfer.jitsu.com" />
+    <allow-navigation href="http://whatheaders.com" />
+    <allow-navigation href="http://*.apache.org" />
+    <allow-navigation href="https://*.apache.org" />
+    <allow-navigation href="http://www.google.com" />
+    <allow-navigation href="https://www.google.com" />
+    <allow-navigation href="http://google.co.uk" />
+    <allow-navigation href="https://www.google.co.uk" />
+    <allow-navigation href="http://techslides.com" />
+    <allow-navigation href="httpssss://example.com" />
+    
     <allow-intent href="sms:*" />
     <allow-intent href="mailto:*" />
     <allow-intent href="tel:*" />

http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/6a75ad34/createmobilespec/createmobilespec.js
----------------------------------------------------------------------
diff --git a/createmobilespec/createmobilespec.js b/createmobilespec/createmobilespec.js
index 9b3fa9e..c37e5a8 100755
--- a/createmobilespec/createmobilespec.js
+++ b/createmobilespec/createmobilespec.js
@@ -211,6 +211,7 @@ var DEFAULT_PLUGINS = [
     'cordova-plugin-splashscreen',
     'cordova-plugin-statusbar',
     'cordova-plugin-vibration',
+    'cordova-plugin-whitelist',
 ];
 
 // plugin search paths that will override default


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