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

Unified Diff: pkg/polymer/example/canonicalization/test/dir/deploy_test.dart

Issue 148913003: Improve how we handle packages/ HTML imports. This resolves better any valid (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/polymer/example/canonicalization/test/dir/deploy_test.dart
diff --git a/pkg/polymer/example/canonicalization/test/canonicalization_deploy_test.dart b/pkg/polymer/example/canonicalization/test/dir/deploy_test.dart
similarity index 92%
copy from pkg/polymer/example/canonicalization/test/canonicalization_deploy_test.dart
copy to pkg/polymer/example/canonicalization/test/dir/deploy_test.dart
index 61dde5cebb175cd8d43fab08c6fe4dd996d64604..bff91d6b130adb1b496ea02566292edc8038d958 100644
--- a/pkg/polymer/example/canonicalization/test/canonicalization_deploy_test.dart
+++ b/pkg/polymer/example/canonicalization/test/dir/deploy_test.dart
@@ -2,8 +2,8 @@
// 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.
-/** Tests how canonicalization works when using the deployed app. */
-library canonicalization.deploy_test;
+/** Tests canonicalization at deployment time from a subdir. */
+library canonicalization.dir.deploy_test;
import 'package:unittest/unittest.dart';
import 'package:unittest/html_config.dart';

Powered by Google App Engine
This is Rietveld 408576698