summaryrefslogtreecommitdiffstats
path: root/tests/wifitests/src/com/android/server/wifi/WifiLastResortWatchdogTest.java
diff options
context:
space:
mode:
authorEtan Cohen <etancohen@google.com>2018-01-23 07:11:24 -0800
committerEtan Cohen <etancohen@google.com>2018-01-26 14:44:42 -0800
commit7f2a1e30dd5d14320ffc7b185ac25fdb79fe52b0 (patch)
treea9c4ac62e87b42f1da1d12ae6ec1a5890f047398 /tests/wifitests/src/com/android/server/wifi/WifiLastResortWatchdogTest.java
parent1b15652efd2be51a646a2f4589e3d52f64882ddc (diff)
downloadandroid_frameworks_opt_net_wifi-7f2a1e30dd5d14320ffc7b185ac25fdb79fe52b0.tar.gz
android_frameworks_opt_net_wifi-7f2a1e30dd5d14320ffc7b185ac25fdb79fe52b0.tar.bz2
android_frameworks_opt_net_wifi-7f2a1e30dd5d14320ffc7b185ac25fdb79fe52b0.zip
Update SmallTest library
android.test.suitebuilder.annotation.SmallTest is deprecated and replaced by android.support.test.filters.SmallTest. Update all test files. No other change (except import order cleaning up to pass preload format check). Bug: 72324160 Test: all unit tests pass Change-Id: Icc4abe3b3b37926d583c0d4ae510a7d7c74c1a03
Diffstat (limited to 'tests/wifitests/src/com/android/server/wifi/WifiLastResortWatchdogTest.java')
-rw-r--r--tests/wifitests/src/com/android/server/wifi/WifiLastResortWatchdogTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wifitests/src/com/android/server/wifi/WifiLastResortWatchdogTest.java b/tests/wifitests/src/com/android/server/wifi/WifiLastResortWatchdogTest.java
index 0ecd53d88..85795349a 100644
--- a/tests/wifitests/src/com/android/server/wifi/WifiLastResortWatchdogTest.java
+++ b/tests/wifitests/src/com/android/server/wifi/WifiLastResortWatchdogTest.java
@@ -23,7 +23,7 @@ import static org.mockito.MockitoAnnotations.*;
import android.net.wifi.WifiConfiguration;
import android.net.wifi.WifiSsid;
-import android.test.suitebuilder.annotation.SmallTest;
+import android.support.test.filters.SmallTest;
import android.util.Pair;
import org.junit.Before;