| Index: chrome/test/functional/themes.py
|
| diff --git a/chrome/test/functional/themes.py b/chrome/test/functional/themes.py
|
| index e856f04c1de7fea918a9094c26c7ed3c685f283f..0936bf2a72f1a64e405414e88adfb7b04e497544 100755
|
| --- a/chrome/test/functional/themes.py
|
| +++ b/chrome/test/functional/themes.py
|
| @@ -64,7 +64,7 @@ class ThemesTest(pyauto.PyUITest):
|
| crx_file = os.path.abspath(
|
| os.path.join(self.DataDir(), 'extensions', 'theme.crx'))
|
| self.SetTheme(crx_file)
|
| - self.assertTrue(self.ResetToDefaultTheme())
|
| + self.ResetToDefaultTheme()
|
| self.assertFalse(self.GetThemeInfo())
|
|
|
| def testThemeUndo(self):
|
|
|