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

Side by Side Diff: chrome/test/functional/chromoting_basic.py

Issue 10837266: Revert 151717 - Initial checkin of the me2me pyauto automation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 unified diff | Download patch | Annotate | Revision Log
Property Changes:
Added: svn:mergeinfo
OLDNEW
1 #!/usr/bin/env python 1 #!/usr/bin/env python
2 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 2 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 import os 6 import os
7 7
8 import pyauto_functional # Must come before chromoting and pyauto. 8 import pyauto_functional # Must come before chromoting and pyauto.
9 import chromoting 9 import chromoting
10 import pyauto 10 import pyauto
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 self.assertTrue(client.Connect(access_code, True, client_tab_index), 55 self.assertTrue(client.Connect(access_code, True, client_tab_index),
56 msg='The client attempted to connect to the host, ' 56 msg='The client attempted to connect to the host, '
57 'but the chromoting session did not start.') 57 'but the chromoting session did not start.')
58 58
59 host.CancelShare() 59 host.CancelShare()
60 client.Disconnect(client_tab_index) 60 client.Disconnect(client_tab_index)
61 61
62 62
63 if __name__ == '__main__': 63 if __name__ == '__main__':
64 pyauto_functional.Main() 64 pyauto_functional.Main()
OLDNEW
« no previous file with comments | « chrome/test/functional/chromoting/mock_pref_pane.py ('k') | chrome/test/pyautolib/chromoting.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698