| Index: http_fetcher_unittest.cc
|
| diff --git a/http_fetcher_unittest.cc b/http_fetcher_unittest.cc
|
| index 6c420a0b513266def80515303ebb39f9deecde5d..30cde956acc6465b067643c4eae8bd5c39bcfa34 100644
|
| --- a/http_fetcher_unittest.cc
|
| +++ b/http_fetcher_unittest.cc
|
| @@ -24,8 +24,8 @@ using std::vector;
|
| namespace chromeos_update_engine {
|
|
|
| namespace {
|
| -// WARNING, if you update these, you must also update test_http_server.py
|
| -const char* const kServerPort = "8080";
|
| +// WARNING, if you update these, you must also update test_http_server.cc.
|
| +const char* const kServerPort = "8088";
|
| const int kBigSize = 100000;
|
| string LocalServerUrlForPath(const string& path) {
|
| return string("http://127.0.0.1:") + kServerPort + path;
|
|
|