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

Issue 13261006: pkg/unittest: cleanup to logMessage (Closed)

Created:
7 years, 9 months ago by kevmoo-old
Modified:
7 years, 8 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

pkg/unittest: cleanup to logMessage BREAKING removed Configuration .logMessage renamed Configuration.logTestCaseMessage to onLogMessage Committed: https://code.google.com/p/dart/source/detail?r=20751

Patch Set 1 #

Patch Set 2 : nit #

Total comments: 9

Patch Set 3 : rename the log method on Configuration to look like the others #

Total comments: 5

Patch Set 4 : nits? #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -26 lines) Patch
M pkg/unittest/lib/interactive_html_config.dart View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M pkg/unittest/lib/src/config.dart View 1 2 4 chunks +4 lines, -21 lines 0 comments Download
M pkg/unittest/lib/unittest.dart View 1 2 2 chunks +7 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
kevmoo-old
https://codereview.chromium.org/13261006/diff/2001/pkg/unittest/lib/src/config.dart File pkg/unittest/lib/src/config.dart (left): https://codereview.chromium.org/13261006/diff/2001/pkg/unittest/lib/src/config.dart#oldcode73 pkg/unittest/lib/src/config.dart:73: * Can be called by tests to log status. ...
7 years, 9 months ago (2013-03-29 02:19:25 UTC) #1
kevmoo-old
https://codereview.chromium.org/13261006/diff/7001/pkg/unittest/lib/src/config.dart File pkg/unittest/lib/src/config.dart (right): https://codereview.chromium.org/13261006/diff/7001/pkg/unittest/lib/src/config.dart#newcode76 pkg/unittest/lib/src/config.dart:76: void onLogMessage(TestCase testCase, String message) { While we're breaking ...
7 years, 9 months ago (2013-03-29 02:41:43 UTC) #2
Andrei Mouravski
https://codereview.chromium.org/13261006/diff/7001/pkg/unittest/lib/src/config.dart File pkg/unittest/lib/src/config.dart (left): https://codereview.chromium.org/13261006/diff/7001/pkg/unittest/lib/src/config.dart#oldcode128 pkg/unittest/lib/src/config.dart:128: success = true; Why not instead change the signature ...
7 years, 9 months ago (2013-03-29 04:27:48 UTC) #3
kevmoo-old
https://codereview.chromium.org/13261006/diff/7001/pkg/unittest/lib/src/config.dart File pkg/unittest/lib/src/config.dart (left): https://codereview.chromium.org/13261006/diff/7001/pkg/unittest/lib/src/config.dart#oldcode128 pkg/unittest/lib/src/config.dart:128: success = true; Because the caller is the unit ...
7 years, 8 months ago (2013-03-29 13:20:41 UTC) #4
Andrei Mouravski
lgtm 1 nit https://codereview.chromium.org/13261006/diff/2001/pkg/unittest/lib/src/config.dart File pkg/unittest/lib/src/config.dart (right): https://codereview.chromium.org/13261006/diff/2001/pkg/unittest/lib/src/config.dart#newcode24 pkg/unittest/lib/src/config.dart:24: final String name = 'Configuration'; Also ...
7 years, 8 months ago (2013-03-29 13:34:09 UTC) #5
kevmoo-old
https://codereview.chromium.org/13261006/diff/2001/pkg/unittest/lib/src/config.dart File pkg/unittest/lib/src/config.dart (right): https://codereview.chromium.org/13261006/diff/2001/pkg/unittest/lib/src/config.dart#newcode24 pkg/unittest/lib/src/config.dart:24: final String name = 'Configuration'; At the moment, I'm ...
7 years, 8 months ago (2013-03-29 14:38:36 UTC) #6
Andrei Mouravski
Okay. That sounds like a bug in dartdoc, would you file one against me?
7 years, 8 months ago (2013-03-29 14:45:39 UTC) #7
gram
lgtm with a small nit https://codereview.chromium.org/13261006/diff/7001/pkg/unittest/lib/unittest.dart File pkg/unittest/lib/unittest.dart (right): https://codereview.chromium.org/13261006/diff/7001/pkg/unittest/lib/unittest.dart#newcode786 pkg/unittest/lib/unittest.dart:786: for (TestCase t in ...
7 years, 8 months ago (2013-04-01 17:29:06 UTC) #8
kevmoo-old
https://codereview.chromium.org/13261006/diff/2001/pkg/unittest/lib/src/config.dart File pkg/unittest/lib/src/config.dart (right): https://codereview.chromium.org/13261006/diff/2001/pkg/unittest/lib/src/config.dart#newcode24 pkg/unittest/lib/src/config.dart:24: final String name = 'Configuration'; Related dart_doc bug: https://code.google.com/p/dart/issues/detail?id=9521 ...
7 years, 8 months ago (2013-04-01 19:14:36 UTC) #9
kevmoo-old
7 years, 8 months ago (2013-04-01 20:32:55 UTC) #10
Message was sent while issue was closed.
Committed patchset #4 manually as r20751 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698