You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by na...@apache.org on 2014/08/28 21:03:58 UTC

[44/50] git commit: CB-7291 propogate change in method signature to the native tests

CB-7291 propogate change in method signature to the native tests


Project: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/commit/f81ba6c6
Tree: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/tree/f81ba6c6
Diff: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/diff/f81ba6c6

Branch: refs/heads/master
Commit: f81ba6c6ffb455995e2173db61ddd4cd1bd9eba2
Parents: 5f2ced5
Author: Marcel Kinard <cm...@gmail.com>
Authored: Tue Aug 26 16:38:04 2014 -0400
Committer: Archana Naik <na...@lab126.com>
Committed: Thu Aug 28 11:14:17 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/blob/f81ba6c6/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 6ec1edf..1fe98c3 100644
--- a/test/src/org/apache/cordova/test/CordovaWebViewTestActivity.java
+++ b/test/src/org/apache/cordova/test/CordovaWebViewTestActivity.java
@@ -72,7 +72,7 @@ public class CordovaWebViewTestActivity extends Activity implements CordovaInter
         cordovaWebView = (CordovaWebView) findViewById(R.id.cordovaWebView);
         factory.initializeWebView(cordovaWebView, 0xFFFFFF, false, null);
         cordovaWebView.init(this, new CordovaWebViewClient(this, cordovaWebView), new CordovaChromeClient(this, cordovaWebView),
-                Config.getPluginEntries(), Config.getWhitelist(), Config.getPreferences());
+                Config.getPluginEntries(), Config.getWhitelist(), Config.getExternalWhitelist(), Config.getPreferences());
 
         cordovaWebView.loadUrl("file:///android_asset/www/index.html");
 
@@ -130,4 +130,4 @@ public class CordovaWebViewTestActivity extends Activity implements CordovaInter
     public AmazonWebKitFactory getFactory() {
         return AmazonWebKitFactories.getDefaultFactory();
     }
-}
\ No newline at end of file
+}