Change in test's AndroidManifest.xml needed for the test to run properly

This commit is contained in:
Joe Bowser 2014-08-14 14:29:54 -07:00
parent 320e31bb10
commit 9c239804d3

View File

@ -25,6 +25,7 @@ public class IntentUriOverrideTest extends ActivityInstrumentationTestCase2<Sabo
private String BAD_URL = "file:///sdcard/download/wl-exploit.htm";
@SuppressWarnings("deprecation")
public IntentUriOverrideTest()
{
super("org.apache.cordova.test",SabotagedActivity.class);