| Index: tests/dartino_tests/messages.dart
|
| diff --git a/tests/fletch_tests/messages.dart b/tests/dartino_tests/messages.dart
|
| similarity index 95%
|
| rename from tests/fletch_tests/messages.dart
|
| rename to tests/dartino_tests/messages.dart
|
| index 61067635510f4793b60989743205788ae447f4dc..9898ccf5a4ecaaa9187fe2a0a3c3450886d06251 100644
|
| --- a/tests/fletch_tests/messages.dart
|
| +++ b/tests/dartino_tests/messages.dart
|
| @@ -2,8 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE.md file.
|
|
|
| -/// Messages used by fletch_test_suite.dart to communicate with test.py.
|
| -library fletch_tests.messages;
|
| +/// Messages used by dartino_test_suite.dart to communicate with test.py.
|
| +library dartino_tests.messages;
|
|
|
| import 'dart:convert' show
|
| JSON;
|
| @@ -146,8 +146,8 @@ class RunTest extends NamedMessage {
|
| /// Notify that test [name] timed out.
|
| ///
|
| /// This message is bi-directional, it is used by test.dart to tell
|
| -/// fletch_test_suite.dart that a test has timed out, as well as by
|
| -/// fletch_test_suite.dart to tell test.dart that the test did in fact time out
|
| +/// dartino_test_suite.dart that a test has timed out, as well as by
|
| +/// dartino_test_suite.dart to tell test.dart that the test did in fact time out
|
| /// (due to interprocess communication, and lack of synchronization, it is
|
| /// possible for a test to complete normally before it is terminated).
|
| class TimedOut extends NamedMessage {
|
|
|