| Index: client/tests/client/json/web_json_test.dart
|
| diff --git a/client/tests/client/json/web_json_test.dart b/client/tests/client/json/web_json_test.dart
|
| deleted file mode 100644
|
| index b729fe701d94ea80858fa6b1fc0f7e288203b54a..0000000000000000000000000000000000000000
|
| --- a/client/tests/client/json/web_json_test.dart
|
| +++ /dev/null
|
| @@ -1,24 +0,0 @@
|
| -// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
| -// for details. All rights reserved. Use of this source code is governed by a
|
| -// BSD-style license that can be found in the LICENSE file.
|
| -
|
| -/**
|
| - * Web-runner for JSON unit tests.
|
| - */
|
| -class WebJsonTest extends UnitTestSuite {
|
| - WebJsonTest() : super() {}
|
| -
|
| - void setUpTestSuite() {
|
| - JsonTest.setUpTestSuite(this);
|
| - }
|
| -
|
| - static void main() {
|
| - new WebJsonTest().run();
|
| - }
|
| -
|
| - // This operation is suitable for being invoked from a browser's console.
|
| - static String runAllTests() {
|
| - JsonTest.runAllTests();
|
| - return 'Success!';
|
| - }
|
| -}
|
|
|