Index: pkg/unittest/config.dart |
=================================================================== |
--- pkg/unittest/config.dart (revision 11648) |
+++ pkg/unittest/config.dart (working copy) |
@@ -54,7 +54,7 @@ |
* instead of print. Subclasses should not override this; they |
* should instead override logMessage which is passed the test case. |
*/ |
- void log(String message) { |
+ void trace(String message) { |
Siggi Cherem (dart-lang)
2012/09/05 17:45:41
I think I prefer the old name.
gram
2012/09/06 18:25:25
As discussed, changed logMessage to logTestCaseMes
|
if (currentTestCase == null || _currentTest >= _tests.length || |
currentTestCase.id != _tests[_currentTest].id) { |
// Before or after tests run, or with a mismatch between what the |