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

Unified Diff: tests/html/websql_test.dart

Issue 12334094: Fixing WebSQL test for case where it's not supported. (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
« no previous file with comments | « no previous file | 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 02feb4108b7e6a835a0cbd1478ad682d7e92ae62..a989248103b14455cda293f1c6bc10f7973be0b6 100644
--- a/tests/html/websql_test.dart
+++ b/tests/html/websql_test.dart
@@ -111,7 +111,7 @@ main() {
futureTest('Web Database', () {
// Skip if not supported.
if (!SqlDatabase.supported) {
- return;
+ return new Future.immediate(null);
}
final tableName = 'test_table';
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698