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

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

Issue 10830193: Remove SWIGged use of BrowserProxy and TabProxy from PyAuto tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Used named arguments and deleted unused test files, as suggested by Nirnimesh. Created 8 years, 4 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/https.py ('k') | chrome/test/functional/instant.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/indexeddb.py
diff --git a/chrome/test/functional/indexeddb.py b/chrome/test/functional/indexeddb.py
index 8eac787a1189d03427a04a0ac0833570cf7ae8e6..ab949d1e41c599f329d2953020592aa178553ed3 100755
--- a/chrome/test/functional/indexeddb.py
+++ b/chrome/test/functional/indexeddb.py
@@ -101,7 +101,7 @@ class IndexedDBTest(pyauto.PyUITest):
self.KillRendererProcess(pid)
self.assertEqual(self.GetTabCount(), 2)
- self.GetBrowserWindow(0).GetTab(0).Close(True)
+ self.CloseTab()
self._WaitForAndAssertResult('setVersion(2) complete')
« no previous file with comments | « chrome/test/functional/https.py ('k') | chrome/test/functional/instant.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698