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

Unified Diff: pkg/third_party/angular_tests/core_dom/selector_test.dart

Issue 133843003: Merging all Angular tests into a single file (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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: pkg/third_party/angular_tests/core_dom/selector_test.dart
diff --git a/pkg/third_party/angular_tests/core_dom/selector_test.dart b/pkg/third_party/angular_tests/core_dom/selector_test.dart
deleted file mode 100644
index 93842f58d1c3917a5eafe0892aeaf08149b30811..0000000000000000000000000000000000000000
--- a/pkg/third_party/angular_tests/core_dom/selector_test.dart
+++ /dev/null
@@ -1,23 +0,0 @@
-/// auto-generated by generate_angular_tests.sh
-
-// Copyright (c) 2014, 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 angular_tests;
-
-import 'package:angular/mock/module.dart';
-import 'package:unittest/html_config.dart';
-import 'package:unittest/unittest.dart';
-import '../../../../third_party/pkg/angular/test/core_dom/selector_spec.dart' as test_lib;
-
-main() {
- useHtmlConfiguration();
-
- setUp(() {
- setUpInjector();
- });
-
- test_lib.main();
-}
-

Powered by Google App Engine
This is Rietveld 408576698