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

Unified Diff: client/testing/unittest/test_controller.js

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: Address comment. 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
« no previous file with comments | « no previous file | client/testing/unittest/unittest.dart » ('j') | tools/testing/architecture.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/testing/unittest/test_controller.js
diff --git a/client/testing/unittest/test_controller.js b/client/testing/unittest/test_controller.js
index 11c50cdce11626a45f2f371e706b0358ada2d7fc..745eba792481f7c0526a68187194c328179234cb 100644
--- a/client/testing/unittest/test_controller.js
+++ b/client/testing/unittest/test_controller.js
@@ -11,7 +11,7 @@ function processMessage(msg) {
if (window.layoutTestController) {
if (msg == 'unittest-suite-done') {
window.layoutTestController.notifyDone();
- } else if (msg == 'unittest-suite-start') {
+ } else if (msg == 'unittest-suite-wait-for-done') {
window.layoutTestController.startedDartTest = true;
}
}
« no previous file with comments | « no previous file | client/testing/unittest/unittest.dart » ('j') | tools/testing/architecture.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698