Index: tests/gclient_utils_test.py |
=================================================================== |
--- tests/gclient_utils_test.py (revision 156089) |
+++ tests/gclient_utils_test.py (working copy) |
@@ -181,8 +181,8 @@ |
['foo/', 'https://foo/'], |
['ssh-svn://foo', 'ssh-svn://foo'], |
['ssh-svn://foo/bar/', 'ssh-svn://foo/bar/'], |
- ['codereview.chromium.org', 'https://chromiumcodereview.appspot.com'], |
- ['codereview.chromium.org/', 'https://chromiumcodereview.appspot.com/'], |
+ ['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'], |