commit | e7a6f1125cc6903b53879ef124a24a462d323810 | [log] [tgz] |
---|---|---|
author | Jiawei Li <lijiawei@google.com> | Thu Apr 18 00:06:55 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Apr 18 00:06:55 2024 +0000 |
tree | 52d474c894f24b15cbddb268580c22ecfa2149da | |
parent | 25c2b0499188e12ffdcb45cf0f65009825c75c47 [diff] | |
parent | 9b1141567de57327b5d893da482a162b407b1f21 [diff] |
Update VTS SupplicantStaIfaceAidlTest#SetCountryCode to US am: 59aeb3182b am: 9ec690f303 am: 9b1141567d Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/3044892 Change-Id: If132547ca6c350119213af4161a61307180ab941 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/wifi/supplicant/aidl/vts/functional/supplicant_sta_iface_aidl_test.cpp b/wifi/supplicant/aidl/vts/functional/supplicant_sta_iface_aidl_test.cpp index 5d00485..4768005 100644 --- a/wifi/supplicant/aidl/vts/functional/supplicant_sta_iface_aidl_test.cpp +++ b/wifi/supplicant/aidl/vts/functional/supplicant_sta_iface_aidl_test.cpp
@@ -407,7 +407,7 @@ * SetCountryCode */ TEST_P(SupplicantStaIfaceAidlTest, SetCountryCode) { - const std::vector<uint8_t> countryCode = {'M', 'X'}; + const std::vector<uint8_t> countryCode = {'U', 'S'}; EXPECT_TRUE(sta_iface_->setCountryCode(countryCode).isOk()); }