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

Unified Diff: client/testing/unittest/unittest.dart

Issue 8430005: Tell the testing-framework that we started the tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rename and other fixes. Created 9 years, 2 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
Index: client/testing/unittest/unittest.dart
diff --git a/client/testing/unittest/unittest.dart b/client/testing/unittest/unittest.dart
index de270824321ab0fc9b53615dc83a57903a201d17..17de9e338d37ca216f8163f9a210dd31f3317107 100644
--- a/client/testing/unittest/unittest.dart
+++ b/client/testing/unittest/unittest.dart
@@ -38,7 +38,7 @@ void _onError(e) {
/** Runs all queued tests, one at a time. */
_platformStartTests() {
- window.postMessage('unittest-suite-start', '*');
+ window.postMessage('unittest-suite-wait-for-done', '*');
// Listen for uncaught errors.
window.onerror = _onErrorClosure;

Powered by Google App Engine
This is Rietveld 408576698