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

Unified Diff: lib/unittest/interactive_html_config.dart

Issue 10827165: Reverted a couple of earlier cleanups to the unittest framework. They introduced issues with cases … (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 4 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 | lib/unittest/unittest.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/unittest/interactive_html_config.dart
===================================================================
--- lib/unittest/interactive_html_config.dart (revision 10238)
+++ lib/unittest/interactive_html_config.dart (working copy)
@@ -427,7 +427,7 @@
document.query('#start').on.click.add((e) {
InputElement startButton = document.query('#start');
startButton.disabled = true;
- runTests();
+ rerunTests();
});
}
if (document.query('#otherlogs') == null) {
« no previous file with comments | « no previous file | lib/unittest/unittest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698