Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(383)

Unified Diff: chrome/browser/chromeos/status/input_method_menu_unittest.cc

Issue 5904003: Support US Colemak keyboard layout (Chrome part) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review fixes Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/chromeos/status/input_method_menu.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/status/input_method_menu_unittest.cc
diff --git a/chrome/browser/chromeos/status/input_method_menu_unittest.cc b/chrome/browser/chromeos/status/input_method_menu_unittest.cc
index 5ff1f11e2c4b97f9647ec431068c7e18073a7954..1ad1d5925f8401ca2d4a3a00fbdde8fa1ddb35df 100644
--- a/chrome/browser/chromeos/status/input_method_menu_unittest.cc
+++ b/chrome/browser/chromeos/status/input_method_menu_unittest.cc
@@ -35,6 +35,10 @@ TEST(InputMethodMenuTest, GetTextForIndicatorTest) {
EXPECT_EQ(L"DV", InputMethodMenu::GetTextForIndicator(desc));
}
{
+ InputMethodDescriptor desc("xkb:us:colemak:eng", "Colemak", "us", "eng");
+ EXPECT_EQ(L"CO", InputMethodMenu::GetTextForIndicator(desc));
+ }
+ {
InputMethodDescriptor desc("xkb:us:altgr-intl:eng", "US extd", "us", "eng");
EXPECT_EQ(L"EXTD", InputMethodMenu::GetTextForIndicator(desc));
}
« no previous file with comments | « chrome/browser/chromeos/status/input_method_menu.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698