Index: tests/gclient_utils_test.py |
diff --git a/tests/gclient_utils_test.py b/tests/gclient_utils_test.py |
index 11325c441ea0ccda43a57cc64a0fb84ba1036967..e8e667918ab65aa67867b9088dc1add99802bab2 100755 |
--- a/tests/gclient_utils_test.py |
+++ b/tests/gclient_utils_test.py |
@@ -164,9 +164,9 @@ class GClientUtilsTest(trial_dir.TestCase): |
['ssh-svn://foo/bar/', 'ssh-svn://foo/bar/'], |
['codereview.chromium.org', 'https://codereview.chromium.org'], |
['codereview.chromium.org/', 'https://codereview.chromium.org/'], |
- ['http://foo:8080', 'http://foo:8080'], |
- ['http://foo:8080/bar', 'http://foo:8080/bar'], |
- ['foo:8080', 'http://foo:8080'], |
+ ['http://foo:10000', 'http://foo:10000'], |
+ ['http://foo:10000/bar', 'http://foo:10000/bar'], |
+ ['foo:10000', 'http://foo:10000'], |
['foo:', 'https://foo:'], |
] |
for content, expected in values: |