summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2020-06-17 04:57:24 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-06-17 04:57:24 +0000
commitc1e74f5c89a388568d5ab5817356dd39456a8fe5 (patch)
tree027e01d3807f16ebbc196499f3a646ec1c49c7ed /tests
parentc4d7ad413909b181fd59b595dc66d7d6d39aa684 (diff)
parent5e13ca55ad772b80c05b860d9c3ad616dd5684b3 (diff)
Merge "Rename "Westworld" to "Statsd"" into rvc-dev
Diffstat (limited to 'tests')
-rw-r--r--tests/wifitests/src/com/android/server/wifi/WifiDataStallTest.java2
-rw-r--r--tests/wifitests/src/com/android/server/wifi/WifiHealthMonitorTest.java2
-rw-r--r--tests/wifitests/src/com/android/server/wifi/WifiMetricsTest.java4
3 files changed, 4 insertions, 4 deletions
diff --git a/tests/wifitests/src/com/android/server/wifi/WifiDataStallTest.java b/tests/wifitests/src/com/android/server/wifi/WifiDataStallTest.java
index e374a9080..61979f1e8 100644
--- a/tests/wifitests/src/com/android/server/wifi/WifiDataStallTest.java
+++ b/tests/wifitests/src/com/android/server/wifi/WifiDataStallTest.java
@@ -535,7 +535,7 @@ public class WifiDataStallTest extends WifiBaseTest {
}
/**
- * Check WestWorld logging
+ * Check statsd logging
*/
@Test
public void testWifiStatsLogWrite() throws Exception {
diff --git a/tests/wifitests/src/com/android/server/wifi/WifiHealthMonitorTest.java b/tests/wifitests/src/com/android/server/wifi/WifiHealthMonitorTest.java
index 264fe9048..12796510e 100644
--- a/tests/wifitests/src/com/android/server/wifi/WifiHealthMonitorTest.java
+++ b/tests/wifitests/src/com/android/server/wifi/WifiHealthMonitorTest.java
@@ -541,7 +541,7 @@ public class WifiHealthMonitorTest extends WifiBaseTest {
}
/**
- * Check WestWorld logging after one daily detection with high non-local disconnection rate
+ * Check statsd logging after one daily detection with high non-local disconnection rate
*/
@Test
public void testWifiStatsLogWrite() throws Exception {
diff --git a/tests/wifitests/src/com/android/server/wifi/WifiMetricsTest.java b/tests/wifitests/src/com/android/server/wifi/WifiMetricsTest.java
index ca5ae268d..198eb079f 100644
--- a/tests/wifitests/src/com/android/server/wifi/WifiMetricsTest.java
+++ b/tests/wifitests/src/com/android/server/wifi/WifiMetricsTest.java
@@ -1947,10 +1947,10 @@ public class WifiMetricsTest extends WifiBaseTest {
}
/**
- * Test logging to WestWorld when a connection event finishes.
+ * Test logging to statsd when a connection event finishes.
*/
@Test
- public void testLogWifiConnectionResultWestworld() throws Exception {
+ public void testLogWifiConnectionResultStatsd() throws Exception {
// static mocking for WifiStatsLog
mSession = ExtendedMockito.mockitoSession()
.strictness(Strictness.LENIENT)