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

Unified Diff: chrome/test/functional/themes.py

Issue 10836015: Convert more automation calls to the JSON interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix some failing tests. Created 8 years, 5 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/test/functional/multiprofile.py ('k') | chrome/test/pyautolib/pyauto.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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):
« no previous file with comments | « chrome/test/functional/multiprofile.py ('k') | chrome/test/pyautolib/pyauto.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698