| Index: dart/pkg/unittest/lib/test_controller.js
|
| diff --git a/dart/pkg/unittest/lib/test_controller.js b/dart/pkg/unittest/lib/test_controller.js
|
| index 145173ae47954fdfa346c516154c03a2533a0b34..444e221f0748d9b83cce19c5c6e57e6efb7b9e92 100644
|
| --- a/dart/pkg/unittest/lib/test_controller.js
|
| +++ b/dart/pkg/unittest/lib/test_controller.js
|
| @@ -145,6 +145,7 @@ document.addEventListener('readystatechange', function () {
|
| // processMessage above will see them.
|
| function dartPrint(msg) {
|
| if ((msg === 'unittest-suite-success')
|
| + || (msg === 'unittest-suite-done')
|
| || (msg === 'unittest-suite-wait-for-done')) {
|
| window.postMessage(msg, '*');
|
| return;
|
|
|