| Index: tools/testing/dart/test_runner.dart
|
| diff --git a/tools/testing/dart/test_runner.dart b/tools/testing/dart/test_runner.dart
|
| index 40d238db4034bebd5b776820aa5fc296e47b3dfb..2fb96b48d20268f37bdfe8740b3c50bb97b302e1 100644
|
| --- a/tools/testing/dart/test_runner.dart
|
| +++ b/tools/testing/dart/test_runner.dart
|
| @@ -1350,7 +1350,7 @@ class BrowserControllerTestOutcome extends CommandOutputImpl
|
| // we will have more information and can remove this warning.
|
| stderr = "This test has not notified test.py that it started running. "
|
| "This could be a bug in test.py! "
|
| - "Please contact ricow/kustermann";
|
| + "Please contact ricow/whesse";
|
| }
|
| }
|
|
|
| @@ -2828,7 +2828,7 @@ class ProcessQueue {
|
| cancelDebugTimer();
|
| _debugTimer = new Timer(debugTimerDuration, () {
|
| print("The debug timer of test.dart expired. Please report this issue"
|
| - " to ricow/kustermann and provide the following information:");
|
| + " to ricow/whesse and provide the following information:");
|
| print("");
|
| print("Graph is sealed: ${_graph.isSealed}");
|
| print("");
|
|
|