Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(425)

Unified Diff: tests/test-lib.sh

Issue 197073007: Make rietveld test work on port 10000. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Also fix tests. Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/submit-from-new-dir.sh ('k') | tests/upload-local-tracking-branch.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/test-lib.sh
diff --git a/tests/test-lib.sh b/tests/test-lib.sh
index 92ec3bbdd4c1457564d83c00d720b3743fc9ea94..46d34de36d064c9ead6aced5d86c9a4fff2dc57c 100755
--- a/tests/test-lib.sh
+++ b/tests/test-lib.sh
@@ -146,5 +146,5 @@ test_expect_failure() {
print_xsrf_token() {
curl --cookie dev_appserver_login="test@example.com:False" \
--header 'X-Requesting-XSRF-Token: 1' \
- http://localhost:8080/xsrf_token 2>/dev/null
+ http://localhost:10000/xsrf_token 2>/dev/null
}
« no previous file with comments | « tests/submit-from-new-dir.sh ('k') | tests/upload-local-tracking-branch.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698