diff options
author | Tao Bao <tbao@google.com> | 2018-05-11 23:50:40 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-05-11 23:50:40 +0200 |
commit | a8c819d98c2b3468b430d733d182a84a8bc7ad24 (patch) | |
tree | ae7c7fe329cc683f5c104cbc1c16bc0e331e8350 /tests/unit | |
parent | Merge "Move device.cpp into librecovery_ui." am: db6dc14bff (diff) | |
parent | Merge "screen_ui: Fix an issue in RTL locale detection." (diff) | |
download | android_bootable_recovery-a8c819d98c2b3468b430d733d182a84a8bc7ad24.tar android_bootable_recovery-a8c819d98c2b3468b430d733d182a84a8bc7ad24.tar.gz android_bootable_recovery-a8c819d98c2b3468b430d733d182a84a8bc7ad24.tar.bz2 android_bootable_recovery-a8c819d98c2b3468b430d733d182a84a8bc7ad24.tar.lz android_bootable_recovery-a8c819d98c2b3468b430d733d182a84a8bc7ad24.tar.xz android_bootable_recovery-a8c819d98c2b3468b430d733d182a84a8bc7ad24.tar.zst android_bootable_recovery-a8c819d98c2b3468b430d733d182a84a8bc7ad24.zip |
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/screen_ui_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/screen_ui_test.cpp b/tests/unit/screen_ui_test.cpp index ff8a35d6c..03e23ca42 100644 --- a/tests/unit/screen_ui_test.cpp +++ b/tests/unit/screen_ui_test.cpp @@ -255,7 +255,7 @@ class ScreenRecoveryUITest : public ::testing::Test { protected: const std::string kTestLocale = "en-US"; const std::string kTestRtlLocale = "ar"; - const std::string kTestRtlLocaleWithSuffix = "ar_EG"; + const std::string kTestRtlLocaleWithSuffix = "ar-EG"; void SetUp() override { ui_ = std::make_unique<TestableScreenRecoveryUI>(); |