changes the test name to make it auto run

This commit is contained in:
ldeluca
2013-06-26 13:38:52 -04:00
committed by Joe Bowser
parent a9ebf50b86
commit ae96d5678b
@@ -57,7 +57,7 @@ public class UserWebViewTest extends ActivityInstrumentationTestCase2<userwebvie
assertNotNull(testView);
}
public void customTest()
public void testCustom()
{
assertTrue(CordovaWebView.class.isInstance(testView));
assertTrue(CordovaWebViewClient.class.isInstance(testActivity.testViewClient));