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

Unified Diff: tests/isolateserver_archive_test.py

Issue 23431002: [Abandoned] Move url_open with dependencies to utils.net module. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/swarm_client
Patch Set: Created 7 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 | « swarm_trigger_step.py ('k') | tests/net_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/isolateserver_archive_test.py
diff --git a/tests/isolateserver_archive_test.py b/tests/isolateserver_archive_test.py
index 89441e271d9ca7b90a5b83ed7bf8e107d1b4f122..d3308a7a0e080c05bae70625d6538ec017514c5e 100755
--- a/tests/isolateserver_archive_test.py
+++ b/tests/isolateserver_archive_test.py
@@ -25,7 +25,7 @@ import isolateserver_archive
class IsolateServerTest(auto_stub.TestCase):
def setUp(self):
super(IsolateServerTest, self).setUp()
- self.mock(isolateserver_archive.run_isolated, 'url_open', self._url_open)
+ self.mock(isolateserver_archive.net, 'url_open', self._url_open)
self.mock(isolateserver_archive, 'randomness', lambda: 'not_really_random')
self._lock = threading.Lock()
self._requests = []
« no previous file with comments | « swarm_trigger_step.py ('k') | tests/net_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698