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

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

Issue 398823005: Automate host start up in browser test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
Index: chrome/test/remoting/pin_browsertest.cc
diff --git a/chrome/test/remoting/pin_browsertest.cc b/chrome/test/remoting/pin_browsertest.cc
index eac2a3f3d3ffcbcf6c0fc301de193dc3e6d6d941..3ae478b01190d340ac2f28b08760bbe004553502 100644
--- a/chrome/test/remoting/pin_browsertest.cc
+++ b/chrome/test/remoting/pin_browsertest.cc
@@ -29,7 +29,7 @@ IN_PROC_BROWSER_TEST_F(RemoteDesktopBrowserTest, MANUAL_Invalid_PIN) {
LoadScript(content, FILE_PATH_LITERAL("invalid_pin_browser_test.js"));
RunJavaScriptTest(content, "Invalid_PIN", "{"
- "pin: '" + me2me_pin() + "'"
+ "pin: '" + me2me_pin() + "ABC'"
Jamie 2014/07/22 18:47:11 This doesn't appear to be related to this CL? Coul
kelvinp 2014/07/23 22:22:26 With this change, we will set up the host with the
"}");
Cleanup();

Powered by Google App Engine
This is Rietveld 408576698