| Index: sdk/lib/_internal/pub/test/get/hosted/get_transitive_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/install/hosted/install_transitive_test.dart b/sdk/lib/_internal/pub/test/get/hosted/get_transitive_test.dart
|
| similarity index 88%
|
| rename from sdk/lib/_internal/pub/test/install/hosted/install_transitive_test.dart
|
| rename to sdk/lib/_internal/pub/test/get/hosted/get_transitive_test.dart
|
| index 1ee3796c7f804efd6579ca157858323fabc19c9f..60a9b1e98da01281bc1d3f8f78246f217b0c16b8 100644
|
| --- a/sdk/lib/_internal/pub/test/install/hosted/install_transitive_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/get/hosted/get_transitive_test.dart
|
| @@ -9,7 +9,7 @@ import '../../test_pub.dart';
|
|
|
| main() {
|
| initConfig();
|
| - integration('installs packages transitively from a pub server', () {
|
| + integration('gets packages transitively from a pub server', () {
|
| servePackages([
|
| packageMap("foo", "1.2.3", {"bar": "2.0.4"}),
|
| packageMap("bar", "2.0.3"),
|
| @@ -19,7 +19,7 @@ main() {
|
|
|
| d.appDir({"foo": "1.2.3"}).create();
|
|
|
| - pubInstall();
|
| + pubGet();
|
|
|
| d.cacheDir({"foo": "1.2.3", "bar": "2.0.4"}).validate();
|
| d.packagesDir({"foo": "1.2.3", "bar": "2.0.4"}).validate();
|
|
|