Fix manual tests not finding activity plugin

Was broken by recent refactor: 5b87380749
This commit is contained in:
Andrew Grieve 2015-04-07 13:30:26 -04:00
parent a397a23a9c
commit f2d7c49acf

View File

@ -59,6 +59,7 @@ public class CordovaWebViewTestActivity extends Activity {
//Set up the webview
ConfigXmlParser parser = new ConfigXmlParser();
parser.parse(this);
SystemWebView webView = (SystemWebView) findViewById(R.id.cordovaWebView);
cordovaWebView = new CordovaWebViewImpl(this, new SystemWebViewEngine(webView));