File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
core/tests/bandwidthtests/src/com/android/bandwidthtest Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments