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

Unified Diff: tests/html/form_data_test.dart

Issue 11800002: "Reverting 16675-16676, 71-73" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 12 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/html/exceptions_test.dart ('k') | tests/html/html.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/form_data_test.dart
diff --git a/tests/html/form_data_test.dart b/tests/html/form_data_test.dart
index cdcca7e76abaf21d5638912c48443a1510a9727c..a8b96fd43b14ca8630923d0af8fb10e9cfd8882f 100644
--- a/tests/html/form_data_test.dart
+++ b/tests/html/form_data_test.dart
@@ -59,7 +59,7 @@ void main() {
form.append('theBlob', blob, 'theBlob.txt');
var xhr = new HttpRequest();
- xhr.open("POST", "http://localhost:${window.location.port}/echo");
+ xhr.open("POST", "http://localhost:9876/echo");
xhr.on.load.add(expectAsync1((e) {
expect(xhr.responseText.contains(blobString), true);
« no previous file with comments | « tests/html/exceptions_test.dart ('k') | tests/html/html.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698