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

Unified Diff: pkg/unittest/lib/html_enhanced_config.dart

Issue 12335113: Unit test changes: (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 10 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
Index: pkg/unittest/lib/html_enhanced_config.dart
===================================================================
--- pkg/unittest/lib/html_enhanced_config.dart (revision 19080)
+++ pkg/unittest/lib/html_enhanced_config.dart (working copy)
@@ -82,8 +82,6 @@
_installOnErrorHandler();
}
- void onTestResult(TestCase testCase) {}
-
void onSummary(int passed, int failed, int errors, List<TestCase> results,
String uncaughtError) {
_showInteractiveResultsInPage(passed, failed, errors, results,

Powered by Google App Engine
This is Rietveld 408576698