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

Unified Diff: chrome/browser/chromeos/input_method/input_method_util_unittest.cc

Issue 7044044: Add pinyin-dv support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review Created 9 years, 6 months 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
Index: chrome/browser/chromeos/input_method/input_method_util_unittest.cc
diff --git a/chrome/browser/chromeos/input_method/input_method_util_unittest.cc b/chrome/browser/chromeos/input_method/input_method_util_unittest.cc
index 9a867e4dbffe5530ed562b27c848803f3eca5940..c4fd1beb8fb85c5f55237ab2f5df726ffa1fa668 100644
--- a/chrome/browser/chromeos/input_method/input_method_util_unittest.cc
+++ b/chrome/browser/chromeos/input_method/input_method_util_unittest.cc
@@ -104,6 +104,7 @@ TEST_F(InputMethodUtilTest, GetKeyboardLayoutName) {
// Supported cases (samples).
EXPECT_EQ("jp", GetKeyboardLayoutName("mozc-jp"));
EXPECT_EQ("us", GetKeyboardLayoutName("pinyin"));
+ EXPECT_EQ("us(dvorak)", GetKeyboardLayoutName("pinyin-dv"));
EXPECT_EQ("us", GetKeyboardLayoutName("m17n:ar:kbd"));
EXPECT_EQ("es", GetKeyboardLayoutName("xkb:es::spa"));
EXPECT_EQ("es(cat)", GetKeyboardLayoutName("xkb:es:cat:cat"));
« no previous file with comments | « chrome/browser/chromeos/input_method/input_method_util.cc ('k') | chrome/browser/chromeos/status/input_method_menu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698