diff options
author | Darin Petkov <petkov@chromium.org> | 2010-11-08 16:10:26 -0800 |
---|---|---|
committer | Darin Petkov <petkov@chromium.org> | 2010-11-08 16:10:26 -0800 |
commit | f67bb1f187d7fcea38a33badf4bc619fc2e5c0fc (patch) | |
tree | 3c491fa1388c9f5509867c15c4119079bb71743f /subprocess_unittest.cc | |
parent | 6d5dbf6458d55db480ebaa1b6fc3152631f722ad (diff) |
AU: Change test http server port from 8080 to 8088.
This allows developers to run unit tests while the dev server is running. Also
remove obsole test_http_server.py.
BUG=8889
TEST=unit tests while dev server is running.
Change-Id: Iaf0ff92edbb959d93bd206c0007455f637682e2c
Review URL: http://codereview.chromium.org/4667002
Diffstat (limited to 'subprocess_unittest.cc')
-rw-r--r-- | subprocess_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subprocess_unittest.cc b/subprocess_unittest.cc index 10dccbe5..679f85c1 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); |