Delete left-over dummy test
This test was necessary because otherwise the unit tests would fail due to a lack of unit tests in this file
This commit is contained in:
parent
3d3c32b3c9
commit
5cfd9032c6
@ -26,11 +26,6 @@ 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