I think we need to rethink how we automate this test

This commit is contained in:
Joe Bowser 2012-06-15 13:31:06 -07:00
parent dde79c14f5
commit 6d879f19f8

View File

@ -1,12 +0,0 @@
package org.apache.cordova.test;
import android.test.ActivityInstrumentationTestCase2;
public class WhitelistTest extends ActivityInstrumentationTestCase2<whitelist> {
public WhitelistTest()
{
super(whitelist.class);
}
}