commit | 9b1141567de57327b5d893da482a162b407b1f21 | [log] [tgz] |
---|---|---|
author | Jiawei Li <lijiawei@google.com> | Wed Apr 17 23:48:20 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Apr 17 23:48:20 2024 +0000 |
tree | c5501e321fa54f8358dbd5b3a18f90bf204a9ea9 | |
parent | c980f47e09f615021f2cce6893b8bd7514a77477 [diff] | |
parent | 9ec690f303cc7f4ee3d4beee79334150c7641a54 [diff] |
Update VTS SupplicantStaIfaceAidlTest#SetCountryCode to US am: 59aeb3182b am: 9ec690f303 Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/3044892 Change-Id: Ia3701ff327f9b4eebd3b66333f2c1ab2e027cb6d 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()); }