Gilad Arnold | 9bedeb5 | 2011-11-17 16:19:57 -0800 | [diff] [blame^] | 1 | // Copyright (c) 2009 The Chromium OS Authors. All rights reserved. |
| 2 | // Use of this source code is governed by a BSD-style license that can be |
| 3 | // found in the LICENSE file. |
| 4 | |
| 5 | // Definition of unit testing constants, to be shared by different testing |
| 6 | // related modules. |
| 7 | |
| 8 | #ifndef CHROMEOS_PLATFORM_UPDATE_ENGINE_HTTP_FETCHER_TEST_H__ |
| 9 | #define CHROMEOS_PLATFORM_UPDATE_ENGINE_HTTP_FETCHER_TEST_H__ |
| 10 | |
| 11 | namespace { |
| 12 | |
| 13 | const int kServerPort = 8088; |
| 14 | |
| 15 | } // namespace |
| 16 | |
| 17 | #endif // CHROMEOS_PLATFORM_UPDATE_ENGINE_HTTP_FETCHER_TEST_H__ |