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

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

Issue 15049002: Update the dartdoc for the interactive unittest config to note debugger compatibility issues. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 7 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/interactive_html_config.dart
===================================================================
--- pkg/unittest/lib/interactive_html_config.dart (revision 22482)
+++ pkg/unittest/lib/interactive_html_config.dart (working copy)
@@ -8,6 +8,9 @@
* IFrame, so the configuration consists of two parts - a 'parent'
* config that manages all the tests, and a 'child' config for the
* IFrame that runs the individual tests.
+ *
+ * Note: this unit test configuration will not work with the debugger (the tests
+ * are executed in a separate IFrame).
*/
library unittest_interactive_html_config;
@@ -462,8 +465,11 @@
}
/**
- * Allocate a Configuration. We allocate either a parent or
- * child, depending on whether the URL has a search part.
+ * Allocate a Configuration. We allocate either a parent or child, depending on
+ * whether the URL has a search part.
+ *
+ * Note: this unit test configuration will not work with the debugger (the tests
+ * are executed in a separate IFrame).
*/
void useInteractiveHtmlConfiguration() {
if (window.location.search == '') { // This is the parent.
« 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