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

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

Issue 10703040: Revert 144610 (speculative; possibly caused http://crbug.com/135059) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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/test/automation/browser_proxy.cc ('k') | chrome/test/pyautolib/pyautolib.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/test_pyauto.py
===================================================================
--- chrome/test/functional/test_pyauto.py (revision 144867)
+++ chrome/test/functional/test_pyauto.py (working copy)
@@ -42,15 +42,6 @@
pyauto_errors.JSONInterfaceError,
lambda: self.FindInPage('some text', windex=1)) # invalid window
- def testJSONInterfaceTimeout(self):
- """Verify that an exception is raised when the JSON interface times out."""
- self.ClearEventQueue()
- self.AddDomEventObserver('foo')
- self.assertRaises(
- pyauto_errors.JSONInterfaceError,
- lambda: self.GetNextEvent(timeout=2000)) # event queue is empty
-
-
if __name__ == '__main__':
pyauto_functional.Main()
« no previous file with comments | « chrome/test/automation/browser_proxy.cc ('k') | chrome/test/pyautolib/pyautolib.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698