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

Unified Diff: tests/html/dromaeo_noop/dromaeo_smoke.dart

Issue 1576153002: Remove the Dromaeo and TodoMVC samples. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 11 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
Index: tests/html/dromaeo_noop/dromaeo_smoke.dart
diff --git a/tests/html/dromaeo_noop/dromaeo_smoke.dart b/tests/html/dromaeo_noop/dromaeo_smoke.dart
deleted file mode 100644
index 0a1e13ec5e3892103c0e8cb7b997c4acf77c92f8..0000000000000000000000000000000000000000
--- a/tests/html/dromaeo_noop/dromaeo_smoke.dart
+++ /dev/null
@@ -1,28 +0,0 @@
-// Copyright (c) 2013, 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.
-
-library dromaeo;
-
-import 'dart:async';
-import "dart:convert";
-import 'dart:html';
-import 'dart:math' as Math;
-import 'package:unittest/unittest.dart';
-import 'package:unittest/html_config.dart';
-import '../../../samples/third_party/dromaeo/common/common.dart';
-
-part '../../../samples/third_party/dromaeo/tests/Common.dart';
-part '../../../samples/third_party/dromaeo/tests/RunnerSuite.dart';
-
-/**
- * The smoketest equivalent of an individual test run, much like
- * dom-attr-html.dart, dom-modify-html.dart, dom-query-html.dart and others.
- */
-void main() {
- new Suite(window, 'dom-nothing')
- .prep(() {})
- .test('no-op', () {})
- .end();
-}
-
« no previous file with comments | « samples/third_party/todomvc_performance/web/startup-performance.html ('k') | tests/html/dromaeo_noop/dromaeo_smoke.dart.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698