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

Unified Diff: chrome/test/remoting/me2me_browsertest.cc

Issue 802523004: Add a test case to test disabling remote connection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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
Index: chrome/test/remoting/me2me_browsertest.cc
diff --git a/chrome/test/remoting/me2me_browsertest.cc b/chrome/test/remoting/me2me_browsertest.cc
index 72d577ec20c692d1e414a1648b225c2933f2c2f0..2a694739ec268b8349691a0218d0e06d4b895217 100644
--- a/chrome/test/remoting/me2me_browsertest.cc
+++ b/chrome/test/remoting/me2me_browsertest.cc
@@ -96,6 +96,15 @@ IN_PROC_BROWSER_TEST_F(Me2MeBrowserTest,
Cleanup();
}
+IN_PROC_BROWSER_TEST_F(Me2MeBrowserTest,
+ MANUAL_Me2Me_disable_remote_connection) {
Jamie 2014/12/19 23:17:26 Nit: Disable_Remote_Connection (capitalization).
yihongg1 2015/01/22 21:55:25 Done.
+ SetUpTestForMe2Me();
+
+ DisableRemoteConnection();
+ EXPECT_FALSE(IsLocalHostReady());
+
+ Cleanup();
+}
void Me2MeBrowserTest::TestKeyboardInput() {
// We will assume here that the browser window is already open on the host
« no previous file with comments | « no previous file | chrome/test/remoting/remote_desktop_browsertest.h » ('j') | chrome/test/remoting/remote_desktop_browsertest.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698