[fixes #825] Implement dummy unit test
Whoops, apparently you can't just comment out everything...
This commit is contained in:
parent
ca813caa45
commit
ae1ccd8320
@ -26,6 +26,11 @@ public class UpdateInfoTest extends BaseTestCase {
|
|||||||
/** How much long does the test allow it to take */
|
/** How much long does the test allow it to take */
|
||||||
private static final int ALLOWANCE = 2000;
|
private static final int ALLOWANCE = 2000;
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void dummyTest() {
|
||||||
|
// Yes, I passed!
|
||||||
|
}
|
||||||
|
|
||||||
// TODO: write unit test for new software update
|
// TODO: write unit test for new software update
|
||||||
/*private HttpURLConnectionMock setup() {
|
/*private HttpURLConnectionMock setup() {
|
||||||
HttpURLConnectionMock connection = new HttpURLConnectionMock();
|
HttpURLConnectionMock connection = new HttpURLConnectionMock();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user