commit | 10c33ca5744d5b3ca7ee75f9b7cb2a0b1111283e | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Sun Nov 19 14:48:31 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sun Nov 19 14:48:31 2023 +0000 |
tree | 501f25e1de86db144d8ed9e060e6c4cc13e86e97 | |
parent | dec578072a6308a96c9b43f3040df6a6dbab38dd [diff] | |
parent | 1af3d90f2431cf9e9b961fe6dc6e4e09fd0c1dc7 [diff] |
Merge "Improve message for SIM cards not supporting data" into main
diff --git a/staticlibs/testutils/app/connectivitychecker/src/com/android/testutils/connectivitypreparer/ConnectivityCheckTest.kt b/staticlibs/testutils/app/connectivitychecker/src/com/android/testutils/connectivitypreparer/ConnectivityCheckTest.kt index d75d9ca..df6067d 100644 --- a/staticlibs/testutils/app/connectivitychecker/src/com/android/testutils/connectivitypreparer/ConnectivityCheckTest.kt +++ b/staticlibs/testutils/app/connectivitychecker/src/com/android/testutils/connectivitypreparer/ConnectivityCheckTest.kt
@@ -61,8 +61,8 @@ commonError) } assertTrue(tm.isDataConnectivityPossible, - "The device is not setup with a SIM card that supports data connectivity. " + - commonError) + "The device has a SIM card, but it does not supports data connectivity. " + + "Check the data plan, and verify that mobile data is working. " + commonError) connectUtil.ensureCellularValidated() } }