Enable android testing

This commit is contained in:
Bradlee Speice
2014-05-24 02:12:57 -04:00
parent 221f01653f
commit 2af187e429
2 changed files with 1 additions and 21 deletions

View File

@ -1,20 +0,0 @@
package test.org.bspeice.minimalbible.test;
import android.test.InstrumentationTestCase;
/**
* Tests for the Download activity
*/
public class DownloadActivityTest extends InstrumentationTestCase {
/**
* For whatever reason, when we create one ProgressWheel with ButterKnife, multiple
* others are shown as well...
*/
public void testOnlyOneProgressWheelShown() {
}
}