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