Added two more required methods to CordovaWebView to get the Junit tests running, removed tests that make no sense

This commit is contained in:
Joe Bowser
2014-05-14 11:08:46 -07:00
parent e595c313a1
commit b6664cc859
10 changed files with 20 additions and 243 deletions

View File

@@ -22,7 +22,7 @@
android:layout_height="fill_parent"
android:orientation="vertical" >
<org.apache.cordova.CordovaWebView
<org.apache.cordova.AndroidWebView
android:id="@+id/cordovaWebView"
android:layout_width="fill_parent"
android:layout_height="fill_parent" />