| Index: chrome/test/functional/omnibox.py
|
| diff --git a/chrome/test/functional/omnibox.py b/chrome/test/functional/omnibox.py
|
| index 28fce9fc44c9ba348e9cb31bdd6ae481e69c15a9..16bfba3d6ac4a70ff1cb2f221f5d6a67fa052061 100644
|
| --- a/chrome/test/functional/omnibox.py
|
| +++ b/chrome/test/functional/omnibox.py
|
| @@ -120,7 +120,7 @@ class OmniboxTest(pyauto.PyUITest):
|
| self.assertTrue('www.google.com' in matches_description['contents'])
|
| self.assertEqual('history-url', matches_description['type'])
|
| # The url should be inline-autocompleted in the omnibox
|
| - self.assertEqual('google.com/', self.GetOmniboxInfo().Text())
|
| + self.assertTrue('google.com' in self.GetOmniboxInfo().Text())
|
|
|
| def testCrazyFilenames(self):
|
| """Test omnibox query with filenames containing special chars.
|
|
|