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