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

Issue 10559068: Add CustomEvent.initCustomEvent test. (Closed)

Created:
8 years, 6 months ago by Anton Muhin
Modified:
8 years, 6 months ago
Reviewers:
podivilov, sra1
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -0 lines) Patch
A tests/html/event_customevent_test.dart View 1 chunk +36 lines, -0 lines 4 comments Download

Messages

Total messages: 3 (0 generated)
Anton Muhin
8 years, 6 months ago (2012-06-19 18:48:00 UTC) #1
podivilov
lgtm https://chromiumcodereview.appspot.com/10559068/diff/1/tests/html/event_customevent_test.dart File tests/html/event_customevent_test.dart (right): https://chromiumcodereview.appspot.com/10559068/diff/1/tests/html/event_customevent_test.dart#newcode10 tests/html/event_customevent_test.dart:10: // TODO(nweiz): Make this private to testEvents when ...
8 years, 6 months ago (2012-06-20 11:56:50 UTC) #2
Anton Muhin
8 years, 6 months ago (2012-06-20 13:18:22 UTC) #3
https://chromiumcodereview.appspot.com/10559068/diff/1/tests/html/event_custo...
File tests/html/event_customevent_test.dart (right):

https://chromiumcodereview.appspot.com/10559068/diff/1/tests/html/event_custo...
tests/html/event_customevent_test.dart:10: // TODO(nweiz): Make this private to
testEvents when Frog supports closures with
On 2012/06/20 11:56:50, podivilov wrote:
> Frog? :)

Copy paste. Hmm, do not know, I'd rather nuke the comment itself.

https://chromiumcodereview.appspot.com/10559068/diff/1/tests/html/event_custo...
tests/html/event_customevent_test.dart:35: (ev) { expect(ev.detail,
equals('detail')); });
On 2012/06/20 11:56:50, podivilov wrote:
> nit: =>

Alas, I hate it myself, but => foo() is a bad idea if foo is void and expect is
:(

Powered by Google App Engine
This is Rietveld 408576698