commit | 3ebf4e3c6e6c2beb81d88c76e88163f1831145bb | [log] [tgz] |
---|---|---|
author | Jiawei Li <lijiawei@google.com> | Wed Apr 17 23:49:02 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Apr 17 23:49:02 2024 +0000 |
tree | e182783d794327b737ad52dae9077634f1c9dc30 | |
parent | 2669cf33c1441e1220bd571480f53c3c3e757af3 [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: Ia029c1eb63bb3d3b24de6f0fc290c55af3205baf 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()); }