Chromium Code Reviews

Unified Diff: sdk/lib/_internal/pub/test/global/deactivate/hosted_package_test.dart

Issue 428313004: Support activating packages from local paths. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix deactivate. Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: sdk/lib/_internal/pub/test/global/deactivate/hosted_package_test.dart
diff --git a/sdk/lib/_internal/pub/test/global/deactivate/deactivate_package_test.dart b/sdk/lib/_internal/pub/test/global/deactivate/hosted_package_test.dart
similarity index 89%
rename from sdk/lib/_internal/pub/test/global/deactivate/deactivate_package_test.dart
rename to sdk/lib/_internal/pub/test/global/deactivate/hosted_package_test.dart
index 661ccedf24ced5ebaf338568edb0c616e5a4a858..5625ab827464b6bea05089475557808cbffd143c 100644
--- a/sdk/lib/_internal/pub/test/global/deactivate/deactivate_package_test.dart
+++ b/sdk/lib/_internal/pub/test/global/deactivate/hosted_package_test.dart
@@ -6,7 +6,7 @@ import '../../test_pub.dart';
main() {
initConfig();
- integration('deactivates an active package', () {
+ integration('deactivates an active hosted package', () {
servePackages([
packageMap("foo", "1.0.0")
]);

Powered by Google App Engine