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

Unified Diff: pkg/unittest/lib/html_individual_config.dart

Issue 13046006: Allow 'empty' tests if a feature is not supported in the browser. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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: pkg/unittest/lib/html_individual_config.dart
diff --git a/pkg/unittest/lib/html_individual_config.dart b/pkg/unittest/lib/html_individual_config.dart
index cf803cd4ba836823a5b06422c74d26740a7f1aad..a031b783c79cd3da8e52da42ce31bc2fe43beadf 100644
--- a/pkg/unittest/lib/html_individual_config.dart
+++ b/pkg/unittest/lib/html_individual_config.dart
@@ -37,11 +37,6 @@ class HtmlIndividualConfiguration extends htmlconfig.HtmlConfiguration {
var startsWith = "$testGroupName${unittest.groupSep}";
unittest.filterTests((unittest.TestCase tc) =>
tc.description.startsWith(startsWith));
-
-
- /*if(unittest.testCases.isEmpty) {
- throw 'No tests match group "$testGroupName".';
- }*/
}
}
super.onStart();
« 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