summaryrefslogtreecommitdiffstats
path: root/tests/unit/screen_ui_test.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-05-11 23:50:21 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-05-11 23:50:21 +0200
commit0e42c5680c281e3ecb7c4b6befe8cb2b82504cc5 (patch)
tree75ee5592b760bc9ed38b2355f3994ea1a1f11f48 /tests/unit/screen_ui_test.cpp
parentMerge "Move device.cpp into librecovery_ui." (diff)
parentMerge "screen_ui: Fix an issue in RTL locale detection." (diff)
downloadandroid_bootable_recovery-0e42c5680c281e3ecb7c4b6befe8cb2b82504cc5.tar
android_bootable_recovery-0e42c5680c281e3ecb7c4b6befe8cb2b82504cc5.tar.gz
android_bootable_recovery-0e42c5680c281e3ecb7c4b6befe8cb2b82504cc5.tar.bz2
android_bootable_recovery-0e42c5680c281e3ecb7c4b6befe8cb2b82504cc5.tar.lz
android_bootable_recovery-0e42c5680c281e3ecb7c4b6befe8cb2b82504cc5.tar.xz
android_bootable_recovery-0e42c5680c281e3ecb7c4b6befe8cb2b82504cc5.tar.zst
android_bootable_recovery-0e42c5680c281e3ecb7c4b6befe8cb2b82504cc5.zip
Diffstat (limited to 'tests/unit/screen_ui_test.cpp')
-rw-r--r--tests/unit/screen_ui_test.cpp2
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>();