| Index: pkg/unittest/lib/html_config.dart
|
| ===================================================================
|
| --- pkg/unittest/lib/html_config.dart (revision 19164)
|
| +++ pkg/unittest/lib/html_config.dart (working copy)
|
| @@ -126,8 +126,6 @@
|
| window.postMessage('unittest-suite-wait-for-done', '*');
|
| }
|
|
|
| - void onTestResult(TestCase testCase) {}
|
| -
|
| void onSummary(int passed, int failed, int errors, List<TestCase> results,
|
| String uncaughtError) {
|
| _showResultsInPage(passed, failed, errors, results, _isLayoutTest,
|
|
|