mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-31 09:02:50 +08:00
I think we need to rethink how we automate this test
This commit is contained in:
parent
dde79c14f5
commit
6d879f19f8
@ -1,12 +0,0 @@
|
|||||||
package org.apache.cordova.test;
|
|
||||||
|
|
||||||
import android.test.ActivityInstrumentationTestCase2;
|
|
||||||
|
|
||||||
public class WhitelistTest extends ActivityInstrumentationTestCase2<whitelist> {
|
|
||||||
|
|
||||||
public WhitelistTest()
|
|
||||||
{
|
|
||||||
super(whitelist.class);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user