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

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

Issue 10692067: Convert PyAuto's NavigateToURL, GetActiveTabIndex, Refresh, RefreshActiveTab, and AppendTab to the … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed GetActiveTabIndex from the SWIG interface file. Created 8 years, 6 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/browser/automation/testing_automation_provider.cc ('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/test_basic.py
diff --git a/chrome/test/functional/test_basic.py b/chrome/test/functional/test_basic.py
index 769cfda5f1dfe3ddb84ca048ccd315d65cbf2c97..5d164797a025116debca0c44be712354db0cb621 100755
--- a/chrome/test/functional/test_basic.py
+++ b/chrome/test/functional/test_basic.py
@@ -21,6 +21,5 @@ class SimpleTest(pyauto.PyUITest):
self.NavigateToURL(url)
self.assertEqual('This page is in English', self.GetActiveTabTitle())
-
dennis_jeffrey 2012/07/03 00:47:04 why was this removed?
craigdh 2012/07/03 16:48:08 Done.
if __name__ == '__main__':
pyauto_functional.Main()
« no previous file with comments | « chrome/browser/automation/testing_automation_provider.cc ('k') | chrome/test/pyautolib/pyauto.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698