| Index: pkg/unittest/lib/html_config.dart
|
| diff --git a/pkg/unittest/lib/html_config.dart b/pkg/unittest/lib/html_config.dart
|
| index 67de52021bd22f0d95cc749656f38c1a39994c01..ef23d52da4b79e81d11841133d84c93b3603ffa1 100644
|
| --- a/pkg/unittest/lib/html_config.dart
|
| +++ b/pkg/unittest/lib/html_config.dart
|
| @@ -166,8 +166,7 @@ class HtmlConfiguration extends SimpleConfiguration {
|
|
|
| void onDone(bool success) {
|
| _uninstallHandlers();
|
| - window.postMessage(
|
| - success ? 'unittest-suite-done' : 'unittest-suite-fail', '*');
|
| + window.postMessage('unittest-suite-done', '*');
|
| }
|
| }
|
|
|
|
|