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

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

Issue 7138001: Rename an engine name of the handwriting IME to 'zinnia-japanese'. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« 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 784e7418d00f68e311443ab409a0e77a90e08900..b30e74a99f74dcfec4e1f4a2af656d7817b0d8de 100644
--- a/chrome/browser/chromeos/status/input_method_menu_unittest.cc
+++ b/chrome/browser/chromeos/status/input_method_menu_unittest.cc
@@ -74,8 +74,7 @@ TEST(InputMethodMenuTest, GetTextForIndicatorTest) {
InputMethodMenu::GetTextForIndicator(desc));
}
{
- InputMethodDescriptor desc("ibus-zinnia-japanese", "Zinnia",
- "us", "us", "ja");
+ InputMethodDescriptor desc("zinnia-japanese", "Zinnia", "us", "us", "ja");
EXPECT_EQ(UTF8ToWide("\xe6\x89\x8b"),
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