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

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

Issue 12452004: pkg/unittest: locking down TestCase (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fixed up unneeded getter/setter def, too 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 | « pkg/unittest/lib/html_layout_config.dart ('k') | pkg/unittest/lib/src/test_case.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/unittest/lib/interactive_html_config.dart
diff --git a/pkg/unittest/lib/interactive_html_config.dart b/pkg/unittest/lib/interactive_html_config.dart
index 4a6cd8c778a1f28721861fc9189a1ca2a86a5733..2475d53405943f6ee7c3c31acb7cce6c285b4d0d 100644
--- a/pkg/unittest/lib/interactive_html_config.dart
+++ b/pkg/unittest/lib/interactive_html_config.dart
@@ -246,7 +246,7 @@ class ParentInteractiveHtmlConfiguration extends HtmlConfiguration {
if (!_doneWrap) {
_doneWrap = true;
for (int i = 0; i < testCases.length; i++) {
- testCases[i].test = wrapTest(testCases[i]);
+ testCases[i].testFunction = wrapTest(testCases[i]);
testCases[i].setUp = null;
testCases[i].tearDown = null;
}
« no previous file with comments | « pkg/unittest/lib/html_layout_config.dart ('k') | pkg/unittest/lib/src/test_case.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698