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

Unified Diff: client/tests/client/json/web_json_test.dart

Issue 8392022: Move JSON unit tests to new test API. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Respond to review. 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 | « client/tests/client/json/json_tests.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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!';
- }
-}
« no previous file with comments | « client/tests/client/json/json_tests.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698