mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-20 23:56:20 +08:00
changes the test name to make it auto run
This commit is contained in:
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));
|
||||
|
Loading…
Reference in New Issue
Block a user