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

Unified Diff: pkg/mdv_observe/test/path_observer_test.dart

Issue 17434008: Move PathObserver to mdv_observe package (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 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 | « no previous file | sdk/lib/html/dart2js/html_dart2js.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/mdv_observe/test/path_observer_test.dart
diff --git a/tests/html/path_observer_test.dart b/pkg/mdv_observe/test/path_observer_test.dart
similarity index 98%
rename from tests/html/path_observer_test.dart
rename to pkg/mdv_observe/test/path_observer_test.dart
index d6db89b1c5bd37504a2f9e0fa9b78450b79c295b..ef62025d51fa43b7b8850322ed448b990a1e007d 100644
--- a/tests/html/path_observer_test.dart
+++ b/pkg/mdv_observe/test/path_observer_test.dart
@@ -2,8 +2,6 @@
// 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.
-import 'dart:html' show PathObserver;
-import 'package:unittest/html_config.dart';
import 'package:mdv_observe/mdv_observe.dart';
import 'package:unittest/unittest.dart';
@@ -11,7 +9,6 @@ import 'package:unittest/unittest.dart';
// https://github.com/rafaelw/ChangeSummary/blob/master/tests/test.js
main() {
- useHtmlConfiguration();
group('PathObserver', observePathTests);
}
« no previous file with comments | « no previous file | sdk/lib/html/dart2js/html_dart2js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698