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

Unified Diff: tests/html/websql_test.dart

Issue 12388094: Removing futureTest test method (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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
« tests/html/indexeddb_4_test.dart ('K') | « tests/html/utils.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/websql_test.dart
diff --git a/tests/html/websql_test.dart b/tests/html/websql_test.dart
index 601ab1a04b4bda5ebfad52665897e9c7493b482d..8de35d9f38f9356c5e2d99cf0936014518a98018 100644
--- a/tests/html/websql_test.dart
+++ b/tests/html/websql_test.dart
@@ -108,7 +108,7 @@ main() {
}, expectation);
});
- futureTest('Web Database', () {
+ test('Web Database', () {
// Skip if not supported.
if (!SqlDatabase.supported) {
return new Future.immediate(null);
« tests/html/indexeddb_4_test.dart ('K') | « tests/html/utils.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698