Index: chrome/browser/history/in_memory_url_index_unittest.cc |
=================================================================== |
--- chrome/browser/history/in_memory_url_index_unittest.cc (revision 122007) |
+++ chrome/browser/history/in_memory_url_index_unittest.cc (working copy) |
@@ -275,8 +275,9 @@ |
EXPECT_FALSE(matches[0].can_inline); |
// Search which will match at the end of an URL with encoded characters. |
- matches = url_index_->HistoryItemsForTerms(ASCIIToUTF16("ice")); |
+ matches = url_index_->HistoryItemsForTerms(ASCIIToUTF16("Mice")); |
ASSERT_EQ(1U, matches.size()); |
+ EXPECT_EQ(30, matches[0].url_info.id()); |
EXPECT_FALSE(matches[0].can_inline); |
// Verify that a single term can appear multiple times in the URL and as long |