Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d5897dc7 authored by Tsu Chiang Chuang's avatar Tsu Chiang Chuang
Browse files

fix for build breakage.

Change-Id: Ie324e46a79923813edd2e5e0c34ede79e6ee3eea
parent 8d8e669e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -142,7 +142,7 @@ public class BandwidthTest extends InstrumentationTestCase {
     * Ensure that uploading on wifi reports reasonable stats.
     */
    @LargeTest
    public void testWifiUpload() {
    public void testWifiUpload() throws Exception {
        assertTrue(setDeviceWifiAndAirplaneMode(mSsid));
        uploadFile();
    }
@@ -196,7 +196,7 @@ public class BandwidthTest extends InstrumentationTestCase {
     * accounting still goes to the app making the call and that the numbers still make sense.
     */
    @LargeTest
    public void testWifiDownloadWithDownloadManager() {
    public void testWifiDownloadWithDownloadManager() throws Exception {
        assertTrue(setDeviceWifiAndAirplaneMode(mSsid));
        downloadFileUsingDownloadManager();
    }