Update unit tests to not use most deprecated things (e.g. DroidGap)

This commit is contained in:
Andrew Grieve
2014-07-10 10:23:44 -04:00
parent 1c5b5e2ce6
commit d8a19b5565
22 changed files with 47 additions and 222 deletions
+1 -1
View File
@@ -99,7 +99,7 @@
android:windowSoftInputMode="adjustPan"
android:label="@string/app_name"
android:configChanges="orientation|keyboardHidden"
android:name="org.apache.cordova.test.CordovaActivity" >
android:name="org.apache.cordova.test.MainTestActivity" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.SAMPLE_CODE" />