Skip to content

Commit d5897dc

Browse files
author
Tsu Chiang Chuang
committed
fix for build breakage.
Change-Id: Ie324e46a79923813edd2e5e0c34ede79e6ee3eea
1 parent 8d8e669 commit d5897dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/tests/bandwidthtests/src/com/android/bandwidthtest/BandwidthTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ protected void downloadFile() throws Exception {
142142
* Ensure that uploading on wifi reports reasonable stats.
143143
*/
144144
@LargeTest
145-
public void testWifiUpload() {
145+
public void testWifiUpload() throws Exception {
146146
assertTrue(setDeviceWifiAndAirplaneMode(mSsid));
147147
uploadFile();
148148
}
@@ -196,7 +196,7 @@ protected void uploadFile() throws Exception {
196196
* accounting still goes to the app making the call and that the numbers still make sense.
197197
*/
198198
@LargeTest
199-
public void testWifiDownloadWithDownloadManager() {
199+
public void testWifiDownloadWithDownloadManager() throws Exception {
200200
assertTrue(setDeviceWifiAndAirplaneMode(mSsid));
201201
downloadFileUsingDownloadManager();
202202
}

0 commit comments

Comments
 (0)