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

Issue 10544208: Fix indexeddb tests to implement proper setVersion semantics. (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

Fix indexeddb tests to implement proper setVersion semantics. R=podivilov@chromium.org Committed: https://code.google.com/p/dart/source/detail?r=8805

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -10 lines) Patch
M tests/html/html.status View 1 chunk +0 lines, -4 lines 0 comments Download
M tests/html/indexeddb_1_test.dart View 2 chunks +5 lines, -2 lines 2 comments Download
M tests/html/indexeddb_2_test.dart View 2 chunks +5 lines, -2 lines 0 comments Download
M tests/html/indexeddb_3_test.dart View 1 chunk +4 lines, -1 line 0 comments Download
M tests/html/indexeddb_4_test.dart View 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Anton Muhin
8 years, 6 months ago (2012-06-18 15:42:18 UTC) #1
podivilov
lgtm
8 years, 6 months ago (2012-06-18 16:01:27 UTC) #2
sra1
8 years, 6 months ago (2012-06-18 16:48:32 UTC) #3
https://chromiumcodereview.appspot.com/10544208/diff/1/tests/html/indexeddb_1...
File tests/html/indexeddb_1_test.dart (right):

https://chromiumcodereview.appspot.com/10544208/diff/1/tests/html/indexeddb_1...
tests/html/indexeddb_1_test.dart:37: step1([e]) {
This is a bit odd...

https://chromiumcodereview.appspot.com/10544208/diff/1/tests/html/indexeddb_1...
tests/html/indexeddb_1_test.dart:56:
transaction.on.complete.add(expectAsync1(step1));
... instead use
(e) => step1()

Powered by Google App Engine
This is Rietveld 408576698