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

Unified Diff: tests/html/xhr_test.dart

Issue 226273007: tests/html/xhr_test - progress is not called (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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/html.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/xhr_test.dart
diff --git a/tests/html/xhr_test.dart b/tests/html/xhr_test.dart
index 3c8fd18341a89d8ba01f4c70a7c4cda883aa9860..d4755291ae82dad5b31252e73b2afb1d816c52f1 100644
--- a/tests/html/xhr_test.dart
+++ b/tests/html/xhr_test.dart
@@ -183,7 +183,7 @@ main() {
xhr.send(new Uint8List.view(data.buffer));
return xhr.onLoad.first.then((_) {
- expect(progressCalled, isTrue);
+ expect(progressCalled, isTrue, reason: 'onProgress should be fired');
blois 2014/04/07 15:36:17 The progress handler should just be removed- we ha
});
});
}
« no previous file with comments | « tests/html/html.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698