You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2015/02/18 22:57:36 UTC

[06/10] android commit: Update native tests

Update native tests


Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/167e2834
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/167e2834
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/167e2834

Branch: refs/heads/master
Commit: 167e283450bbf9d8253e27f2d291acef1b6b7218
Parents: 0c3254f
Author: Ian Clelland <ic...@chromium.org>
Authored: Thu Oct 30 15:08:26 2014 -0400
Committer: Ian Clelland <ic...@chromium.org>
Committed: Wed Feb 11 14:01:11 2015 -0500

----------------------------------------------------------------------
 test/src/org/apache/cordova/test/CordovaWebViewTestActivity.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/167e2834/test/src/org/apache/cordova/test/CordovaWebViewTestActivity.java
----------------------------------------------------------------------
diff --git a/test/src/org/apache/cordova/test/CordovaWebViewTestActivity.java b/test/src/org/apache/cordova/test/CordovaWebViewTestActivity.java
index ce9797e..9c63985 100644
--- a/test/src/org/apache/cordova/test/CordovaWebViewTestActivity.java
+++ b/test/src/org/apache/cordova/test/CordovaWebViewTestActivity.java
@@ -63,8 +63,7 @@ public class CordovaWebViewTestActivity extends Activity {
 
         AndroidWebView webView = (AndroidWebView) findViewById(R.id.cordovaWebView);
         cordovaWebView = webView;
-        cordovaWebView.init(cordovaInterface, Config.getPluginEntries(), Config.getWhitelist(),
-            Config.getExternalWhitelist(), Config.getPreferences());
+        cordovaWebView.init(cordovaInterface, Config.getPluginEntries(), Config.getPreferences());
 
         cordovaWebView.loadUrl(START_URL);
     }


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