diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2018-05-11 23:46:52 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-05-11 23:46:52 +0200 |
commit | 13d56e9beda58e642f92b6e91e92decdaff0359a (patch) | |
tree | 75ee5592b760bc9ed38b2355f3994ea1a1f11f48 /tests/unit | |
parent | Merge "Move device.cpp into librecovery_ui." (diff) | |
parent | screen_ui: Fix an issue in RTL locale detection. (diff) | |
download | android_bootable_recovery-13d56e9beda58e642f92b6e91e92decdaff0359a.tar android_bootable_recovery-13d56e9beda58e642f92b6e91e92decdaff0359a.tar.gz android_bootable_recovery-13d56e9beda58e642f92b6e91e92decdaff0359a.tar.bz2 android_bootable_recovery-13d56e9beda58e642f92b6e91e92decdaff0359a.tar.lz android_bootable_recovery-13d56e9beda58e642f92b6e91e92decdaff0359a.tar.xz android_bootable_recovery-13d56e9beda58e642f92b6e91e92decdaff0359a.tar.zst android_bootable_recovery-13d56e9beda58e642f92b6e91e92decdaff0359a.zip |
Diffstat (limited to '')
-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>(); |