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

Unified Diff: subprocess_unittest.cc

Issue 4667002: AU: Change test http server port from 8080 to 8088. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/update_engine.git@master
Patch Set: whitespace Created 10 years, 1 month 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 | « http_fetcher_unittest.cc ('k') | test_http_server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: subprocess_unittest.cc
diff --git a/subprocess_unittest.cc b/subprocess_unittest.cc
index 10dccbe559f81f395adefeef6da631888cfcd65e..679f85c12a4b3420b18ad34831477ef8dd77197e 100644
--- a/subprocess_unittest.cc
+++ b/subprocess_unittest.cc
@@ -25,7 +25,7 @@ class SubprocessTest : public ::testing::Test {
};
namespace {
-const int kLocalHttpPort = 8080;
+const int kLocalHttpPort = 8088;
void Callback(int return_code, void *p) {
EXPECT_EQ(256, return_code);
« no previous file with comments | « http_fetcher_unittest.cc ('k') | test_http_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698