Chromium Code Reviews| 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
|
| }); |
| }); |
| } |