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

Unified Diff: pkg/unittest/config.dart

Issue 10914049: Added support for layout render tests. These use expected values for the text render output from Du… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 4 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
« no previous file with comments | « no previous file | pkg/unittest/html_layout_config.dart » ('j') | pkg/unittest/html_layout_config.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | pkg/unittest/html_layout_config.dart » ('j') | pkg/unittest/html_layout_config.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698